Skip to content

Commit

Permalink
[CI] Test with x86 MacOS GitHub runner
Browse files Browse the repository at this point in the history
GitHub has updated `macos-latest` to be an ARM based runner. Until we
have ARM wheels for OpenAssetIO, we must pin to an x86 MacOS runner, or
tests will fail at the `pip install` phase.

Signed-off-by: David Feltell <[email protected]>
  • Loading branch information
feltech committed May 24, 2024
1 parent c50e051 commit 2b1484d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 2b1484d

Please sign in to comment.