Skip to content

Commit

Permalink
[CI] Use x86 MacOS for tests
Browse files Browse the repository at this point in the history
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 <david.feltell@foundry.com>
  • Loading branch information
feltech committed May 8, 2024
1 parent d268072 commit 9b64fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
os: ["windows-latest", "ubuntu-latest", "macos-13"]
python: ["3.7", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
os: ["windows-latest", "ubuntu-latest", "macos-13"]
python: ["3.7", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9b64fad

Please sign in to comment.