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 2044f6f commit f24cd31Copy full SHA for f24cd31
.github/workflows/linux.yml
@@ -169,7 +169,7 @@ jobs:
169
assert-test-linux:
170
# Run all tests that can run on Linux, with LLVM assertions enabled to catch
171
# potential bugs.
172
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
173
steps:
174
- name: Checkout
175
uses: actions/checkout@v4
@@ -297,7 +297,7 @@ jobs:
297
- goarch: arm
298
toolchain: arm-linux-gnueabihf
299
libc: armhf
300
- runs-on: ubuntu-20.04
301
needs: build-linux
302
303
0 commit comments