Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 114bf3b

Browse files
authored
CI: get rid of buildjet runner (#81)
1 parent 6b397d9 commit 114bf3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /