fix: specify ubuntu-22.04 during GH actions transition period to ubuntu-24.04

See https://github.com/actions/runner-images/issues/10636

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-12-08 19:08:16 +01:00
committed by Ron Evans
parent 31f7214156
commit ec3f387f21
+1 -1
View File
@@ -169,7 +169,7 @@ jobs:
assert-test-linux:
# Run all tests that can run on Linux, with LLVM assertions enabled to catch
# potential bugs.
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4