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 17bb1fe commit 4372dbdCopy full SHA for 4372dbd
.github/workflows/linux.yml
@@ -297,7 +297,7 @@ jobs:
297
- goarch: arm
298
toolchain: arm-linux-gnueabihf
299
libc: armhf
300
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # note: use the oldest image available! (see above)
301
needs: build-linux
302
steps:
303
- name: Checkout
@@ -346,7 +346,7 @@ jobs:
346
uses: actions/cache/restore@v4
347
id: cache-llvm-build
348
with:
349
- key: llvm-build-19-linux-${{ matrix.goarch }}-v2
+ key: llvm-build-19-linux-${{ matrix.goarch }}-v3
350
path: llvm-build
351
- name: Build LLVM
352
if: steps.cache-llvm-build.outputs.cache-hit != 'true'
0 commit comments