Skip to content

Commit acb2a84

Browse files
committed
CI: get rid of buildjet runner
1 parent 6b397d9 commit acb2a84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
build:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04
2222

2323
steps:
2424
- name: Checkout
@@ -60,8 +60,8 @@ jobs:
6060
os: [
6161
macos-13, # x64
6262
macos-14, # ARM
63-
ubuntu-latest, # x64
64-
buildjet-2vcpu-ubuntu-2204-arm, # ARM
63+
ubuntu-24.04, # x64
64+
ubuntu-24.04-arm, # ARM
6565
windows-latest,
6666
]
6767

@@ -94,7 +94,7 @@ jobs:
9494

9595
if: startsWith(github.ref, 'refs/tags/v')
9696

97-
runs-on: ubuntu-latest
97+
runs-on: ubuntu-24.04
9898

9999
steps:
100100
- name: Checkout

0 commit comments

Comments
 (0)