We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d943c35 commit 5fa1cd2Copy full SHA for 5fa1cd2
.github/workflows/test.yml
@@ -3,8 +3,8 @@ name: Test
3
on: [push, pull_request]
4
5
jobs:
6
- ubuntu22:
7
- runs-on: ubuntu-22.04
+ ubuntu24:
+ runs-on: ubuntu-24.04
8
steps:
9
- uses: actions/checkout@v4
10
with:
0 commit comments