We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72af12d commit ea8b1a3Copy full SHA for ea8b1a3
3 files changed
.github/workflows/build.yaml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [ubuntu-22.04, windows-2022]
+ os: [ubuntu-24.04, windows-2022]
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4.2.2
.github/workflows/check.yaml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
check-project:
9
name: Check Project
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
.github/workflows/test.yaml
0 commit comments