Skip to content

Commit c2a8e94

Browse files
committed
ci: update test runner to Ubuntu 24.04
1 parent 73df229 commit c2a8e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# This job aggregates all matrix results and is used for a GitHub required status check.
1212
test_results:
1313
if: ${{ always() }}
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
name: Test Results
1616
needs: [test]
1717
steps:
@@ -24,7 +24,7 @@ jobs:
2424
fi
2525
2626
test:
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
strategy:
2929
fail-fast: false
3030
matrix:

0 commit comments

Comments
 (0)