Skip to content

Commit b38f249

Browse files
committed
[CI] Downgrade runner image to Ubuntu 22.04 to avoid problems
1 parent 67859e1 commit b38f249

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
test:
3131
name: Julia ${{ matrix.julia-version }} - x64 - runner ${{ matrix.runner }} - SquashFS ${{ matrix.squashfs }}
3232
timeout-minutes: 60
33-
runs-on: ubuntu-latest
33+
# With unprivileged runner on Ubuntu 24.04 we run into
34+
#
35+
# --> Creating overlay workdir at /proc
36+
# At line 572, ABORTED (13: Permission denied)!
37+
runs-on: ubuntu-22.04
3438
env:
3539
BINARYBUILDER_RUNNER: ${{ matrix.runner }}
3640
BINARYBUILDER_USE_SQUASHFS: ${{ matrix.squashfs }}

0 commit comments

Comments
 (0)