Skip to content

Commit

Permalink
ci: swap macos-arm64 and macos-x86_64 from build-and-test/check-other…
Browse files Browse the repository at this point in the history
…-targets
  • Loading branch information
devmatteini committed May 5, 2024
1 parent 47cc14a commit c13359c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
job:
- os: linux
runner: ubuntu-22.04
- os: macos
- os: macos-arm64
runner: macos-latest
- os: windows
runner: windows-latest
Expand Down Expand Up @@ -99,9 +99,9 @@ jobs:
runner: ubuntu-22.04
target: aarch64-unknown-linux-gnu
use-cross: true
- os: macos-arm64
runner: macos-latest
target: aarch64-apple-darwin
- os: macos-x86_64
runner: macos-13
target: x86_64-apple-darwin
use-cross: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c13359c

Please sign in to comment.