Skip to content

Commit 293cc37

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 d58a7da commit 293cc37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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-2022", "ubuntu-22.04", "macos-13"]
19+
os: ["windows-2022", "ubuntu-22.04", "macos-15-intel"]
2020
python: ["3.10", "3.11"]
2121
defaults:
2222
run:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: ["windows-2022", "ubuntu-22.04", "macos-13"]
20+
os: ["windows-2022", "ubuntu-22.04", "macos-15-intel"]
2121
python: ["3.10", "3.11"]
2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)