|
24 | 24 | runs-on: ${{ matrix.os }} |
25 | 25 | strategy: |
26 | 26 | matrix: |
27 | | - os: [ubuntu-latest, windows-latest, macos-13, macos-latest] |
| 27 | + os: [ubuntu-latest, windows-latest, macos-14, macos-latest] |
28 | 28 | # Unfortunately the CMake test target is OS dependent so we set it as |
29 | 29 | # a variable here. |
30 | 30 | include: |
|
34 | 34 | OTIO_TEST_TARGET: RUN_TESTS |
35 | 35 | - os: macos-latest |
36 | 36 | OTIO_TEST_TARGET: test |
37 | | - - os: macos-13 |
| 37 | + - os: macos-14 |
38 | 38 | OTIO_TEST_TARGET: test |
39 | 39 |
|
40 | 40 | env: |
@@ -92,12 +92,12 @@ jobs: |
92 | 92 | runs-on: ${{ matrix.os }} |
93 | 93 | strategy: |
94 | 94 | matrix: |
95 | | - os: [ubuntu-latest, windows-latest, macos-13, macos-latest] |
| 95 | + os: [ubuntu-latest, windows-latest, macos-14, macos-latest] |
96 | 96 | python-version: ["3.9", "3.10", "3.11", "3.12"] |
97 | 97 | include: |
98 | 98 | - { os: ubuntu-latest, shell: bash } |
99 | 99 | - { os: macos-latest, shell: bash } |
100 | | - - { os: macos-13, shell: bash } |
| 100 | + - { os: macos-14, shell: bash } |
101 | 101 | - { os: windows-latest, shell: pwsh } |
102 | 102 | - { os: windows-latest, shell: msys2, python-version: "mingw64" } |
103 | 103 | exclude: |
@@ -176,7 +176,7 @@ jobs: |
176 | 176 | ubuntu-latest, |
177 | 177 | ubuntu-24.04-arm, |
178 | 178 | windows-latest, |
179 | | - macos-13, |
| 179 | + macos-14, |
180 | 180 | macos-latest, |
181 | 181 | ] |
182 | 182 | python-build: ["cp39", "cp310", "cp311", "cp312"] |
|
0 commit comments