Skip to content

Commit a25891e

Browse files
authored
Merge pull request #399 from hatoo/m1mac-ci
Utilize M1 mac runner
2 parents 2b42ed2 + 8009d5d commit a25891e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-latest, macos-latest]
11+
os: [ubuntu-latest, windows-latest, macos-latest, macos-14]
1212
rust: [stable, beta, nightly]
1313
additional_args: ["", "--no-default-features --features rustls"]
1414
steps:
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
os: [ubuntu-latest, windows-latest, macos-latest]
31+
os: [ubuntu-latest, windows-latest, macos-latest, macos-14]
3232
rust: [stable, beta, nightly]
3333
additional_args: ["", "--no-default-features --features rustls"]
3434
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
artifact_name: oha
2929
release_name: oha-linux-arm64
3030
target: aarch64-unknown-linux-musl
31-
- os: macos-latest
31+
- os: macos-14
3232
artifact_name: oha
3333
release_name: oha-macos-arm64
3434
target: aarch64-apple-darwin

0 commit comments

Comments
 (0)