Skip to content

Commit 80d6e46

Browse files
committed
Update runners from macOS-13 (deprecated) to macOS-14
Signed-off-by: Joshua Minor <[email protected]>
1 parent 001af13 commit 80d6e46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
27+
os: [ubuntu-latest, windows-latest, macos-14, macos-latest]
2828
# Unfortunately the CMake test target is OS dependent so we set it as
2929
# a variable here.
3030
include:
@@ -34,7 +34,7 @@ jobs:
3434
OTIO_TEST_TARGET: RUN_TESTS
3535
- os: macos-latest
3636
OTIO_TEST_TARGET: test
37-
- os: macos-13
37+
- os: macos-14
3838
OTIO_TEST_TARGET: test
3939

4040
env:
@@ -92,12 +92,12 @@ jobs:
9292
runs-on: ${{ matrix.os }}
9393
strategy:
9494
matrix:
95-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
95+
os: [ubuntu-latest, windows-latest, macos-14, macos-latest]
9696
python-version: ["3.9", "3.10", "3.11", "3.12"]
9797
include:
9898
- { os: ubuntu-latest, shell: bash }
9999
- { os: macos-latest, shell: bash }
100-
- { os: macos-13, shell: bash }
100+
- { os: macos-14, shell: bash }
101101
- { os: windows-latest, shell: pwsh }
102102
- { os: windows-latest, shell: msys2, python-version: "mingw64" }
103103
exclude:
@@ -176,7 +176,7 @@ jobs:
176176
ubuntu-latest,
177177
ubuntu-24.04-arm,
178178
windows-latest,
179-
macos-13,
179+
macos-14,
180180
macos-latest,
181181
]
182182
python-build: ["cp39", "cp310", "cp311", "cp312"]

0 commit comments

Comments
 (0)