We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b397d9 commit 114bf3bCopy full SHA for 114bf3b
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ concurrency:
18
19
jobs:
20
build:
21
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
22
23
steps:
24
- name: Checkout
@@ -60,8 +60,8 @@ jobs:
60
os: [
61
macos-13, # x64
62
macos-14, # ARM
63
- ubuntu-latest, # x64
64
- buildjet-2vcpu-ubuntu-2204-arm, # ARM
+ ubuntu-24.04, # x64
+ ubuntu-24.04-arm, # ARM
65
windows-latest,
66
]
67
@@ -94,7 +94,7 @@ jobs:
94
95
if: startsWith(github.ref, 'refs/tags/v')
96
97
98
99
100
0 commit comments