Skip to content

Commit ec3f387

Browse files
committed
fix: specify ubuntu-22.04 during GH actions transition period to ubuntu-24.04
See actions/runner-images#10636 Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 31f7214 commit ec3f387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
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-latest
172+
runs-on: ubuntu-22.04
173173
steps:
174174
- name: Checkout
175175
uses: actions/checkout@v4

0 commit comments

Comments
 (0)