Skip to content

Commit

Permalink
CI: Run the main jobs on macOS arm64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Feb 5, 2024
1 parent 5bac8c3 commit 3394629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
rust: nightly # For checking the minimum version dependencies.
- runner: macos-14 # macOS arm64 (3 x vCPU)
rust: stable
test-args: --test-threads=3
test-args: --test-threads=1
runs-on: ${{ matrix.platform.runner }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CIQuantaDisabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
rust: nightly # For checking the minimum version dependencies.
- runner: macos-14 # macOS arm64 (3 x vCPU)
rust: stable
test-args: --test-threads=3
test-args: --test-threads=1
runs-on: ${{ matrix.platform.runner }}

steps:
Expand Down

0 comments on commit 3394629

Please sign in to comment.