Skip to content

Commit 37192e9

Browse files
authored
Merge pull request #125 from feltech/work/OpenAssetIO/1480-macosRunnerVersion
[CI] Bump MacOS GitHub runner version
2 parents d58a7da + 293cc37 commit 37192e9

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)