Skip to content

Commit

Permalink
Utilize M1 mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Feb 3, 2024
1 parent 193c3d9 commit 8009d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, macos-14]
rust: [stable, beta, nightly]
additional_args: ["", "--no-default-features --features rustls"]
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, macos-14]
rust: [stable, beta, nightly]
additional_args: ["", "--no-default-features --features rustls"]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
artifact_name: oha
release_name: oha-linux-arm64
target: aarch64-unknown-linux-musl
- os: macos-latest
- os: macos-14
artifact_name: oha
release_name: oha-macos-arm64
target: aarch64-apple-darwin
Expand Down

0 comments on commit 8009d5d

Please sign in to comment.