Skip to content

Commit

Permalink
[CI] Downgrade runner image to Ubuntu 22.04 to avoid problems
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 12, 2025
1 parent 67859e1 commit b38f249
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
test:
name: Julia ${{ matrix.julia-version }} - x64 - runner ${{ matrix.runner }} - SquashFS ${{ matrix.squashfs }}
timeout-minutes: 60
runs-on: ubuntu-latest
# With unprivileged runner on Ubuntu 24.04 we run into
#
# --> Creating overlay workdir at /proc
# At line 572, ABORTED (13: Permission denied)!
runs-on: ubuntu-22.04
env:
BINARYBUILDER_RUNNER: ${{ matrix.runner }}
BINARYBUILDER_USE_SQUASHFS: ${{ matrix.squashfs }}
Expand Down

0 comments on commit b38f249

Please sign in to comment.