Skip to content

Commit f24cd31

Browse files
committed
build: update Linux builds to run on ubuntu-latest since 20.04 is being retired
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 2044f6f commit f24cd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
assert-test-linux:
170170
# Run all tests that can run on Linux, with LLVM assertions enabled to catch
171171
# potential bugs.
172-
runs-on: ubuntu-22.04
172+
runs-on: ubuntu-latest
173173
steps:
174174
- name: Checkout
175175
uses: actions/checkout@v4
@@ -297,7 +297,7 @@ jobs:
297297
- goarch: arm
298298
toolchain: arm-linux-gnueabihf
299299
libc: armhf
300-
runs-on: ubuntu-20.04
300+
runs-on: ubuntu-latest
301301
needs: build-linux
302302
steps:
303303
- name: Checkout

0 commit comments

Comments
 (0)