Skip to content

Commit c644b7f

Browse files
committed
[CI] Use x86 MacOS runner
GitHub changed `macos-latest` to be an ARM runner. Until we have MacOS ARM wheels (OpenAssetIO/OpenAssetIO#718) we must pin to the last x86 runner version. Signed-off-by: David Feltell <david.feltell@foundry.com>
1 parent fd1cf09 commit c644b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
35+
os: ["windows-latest", "ubuntu-latest", "macos-13"]
3636
python: ["3.7", "3.9", "3.10"]
3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)