Skip to content

Commit 9b64fad

Browse files
committed
[CI] Use x86 MacOS for tests
GitHub's `macos-latest` runner is now ARM based. Until we build ARM wheels for MacOS, we must downgrade the runner to an x86 machine. Signed-off-by: David Feltell <[email protected]>
1 parent d268072 commit 9b64fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
19+
os: ["windows-latest", "ubuntu-latest", "macos-13"]
2020
python: ["3.7", "3.9", "3.10"]
2121
steps:
2222
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
30+
os: ["windows-latest", "ubuntu-latest", "macos-13"]
3131
python: ["3.7", "3.9", "3.10"]
3232
steps:
3333
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)