We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67859e1 commit b38f249Copy full SHA for b38f249
.github/workflows/ci.yml
@@ -30,7 +30,11 @@ jobs:
30
test:
31
name: Julia ${{ matrix.julia-version }} - x64 - runner ${{ matrix.runner }} - SquashFS ${{ matrix.squashfs }}
32
timeout-minutes: 60
33
- runs-on: ubuntu-latest
+ # 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
38
env:
39
BINARYBUILDER_RUNNER: ${{ matrix.runner }}
40
BINARYBUILDER_USE_SQUASHFS: ${{ matrix.squashfs }}
0 commit comments