Skip to content

Commit

Permalink
ci: use GitHub-hosted macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrake authored Jul 8, 2024
1 parent 1f2cbce commit 6b21a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- target: aarch64-unknown-linux-gnu
os: [self-hosted, linux, arm64]
- target: x86_64-apple-darwin
os: macos-latest
os: macos-14
- target: aarch64-apple-darwin
os: [self-hosted, macos, arm64]
os: macos-14
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 6b21a8a

Please sign in to comment.