Skip to content

Commit faa8929

Browse files
committed
Use Apple Silicon in CI
1 parent 3ee08ce commit faa8929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- { os: ubuntu-latest, version: 'nightly', arch: x64}
2424
- { os: ubuntu-latest, version: '1', arch: x86 }
2525
- { os: windows-latest, version: '1', arch: x64}
26-
- { os: macOS-latest, version: '1', arch: x64}
26+
- { os: macOS-latest, version: '1', arch: aarch64}
2727

2828
steps:
2929
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)