Skip to content

Commit 35f2f59

Browse files
committed
[CI] Bump MacOS GitHub runner version
Part of OpenAssetIO/OpenAssetIO#1480. GitHub have deprecated their macos-13 runners, so we must bump to a later MacOS version for CI tests. We choose macos-15-intel because * 15 is the latest, and we want maximum time before having to deal with another deprecation. * Intel because at time of writing we still don't build `openassetio` wheels for MacOS ARM. Signed-off-by: David Feltell <david.feltell@foundry.com>
1 parent 678378d commit 35f2f59

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-13"]
35+
os: ["windows-latest", "ubuntu-latest", "macos-15-intel"]
3636
python: ["3.10", "3.11"]
3737
steps:
3838
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)