@@ -6,7 +6,7 @@ name: OpenTimelineIO
6
6
# for configuring which build will be a C++ coverage build / coverage report
7
7
env :
8
8
GH_COV_PY : 3.7
9
- GH_COV_OS : ubuntu-20.04
9
+ GH_COV_OS : ubuntu-latest
10
10
GH_DEPENDABOT : dependabot
11
11
12
12
on :
@@ -24,15 +24,15 @@ jobs:
24
24
runs-on : ${{ matrix.os }}
25
25
strategy :
26
26
matrix :
27
- os : [ubuntu-20.04 , windows-2022 , macos-11 ]
27
+ os : [ubuntu-latest , windows-latest , 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 :
31
- - os : ubuntu-20.04
31
+ - os : ubuntu-latest
32
32
OTIO_TEST_TARGET : test
33
- - os : windows-2022
33
+ - os : windows-latest
34
34
OTIO_TEST_TARGET : RUN_TESTS
35
- - os : macos-11
35
+ - os : macos-latest
36
36
OTIO_TEST_TARGET : test
37
37
38
38
env :
@@ -86,13 +86,13 @@ jobs:
86
86
runs-on : ${{ matrix.os }}
87
87
strategy :
88
88
matrix :
89
- os : [ubuntu-20.04 , windows-2022 , macos-11 ]
89
+ os : [ubuntu-latest , windows-latest , macos-latest ]
90
90
python-version : ['2.7', '3.7', '3.8', '3.9', '3.10']
91
91
include :
92
- - { os: ubuntu-20.04 , shell: bash }
93
- - { os: macos-11 , shell: bash }
94
- - { os: windows-2022 , shell: pwsh }
95
- - { os: windows-2022 , shell: msys2, python-version: 'mingw64' }
92
+ - { os: ubuntu-latest , shell: bash }
93
+ - { os: macos-latest , shell: bash }
94
+ - { os: windows-latest , shell: pwsh }
95
+ - { os: windows-latest , shell: msys2, python-version: 'mingw64' }
96
96
97
97
defaults :
98
98
run :
@@ -158,7 +158,7 @@ jobs:
158
158
runs-on : ${{ matrix.os }}
159
159
strategy :
160
160
matrix :
161
- os : [ubuntu-20.04 , windows-2022 , macos-11 ]
161
+ os : [ubuntu-latest , windows-latest , macos-latest ]
162
162
python-build : ['cp27*', 'cp37*', 'cp38*', 'cp39*', 'cp310*']
163
163
steps :
164
164
- uses : actions/checkout@v3
@@ -206,7 +206,7 @@ jobs:
206
206
207
207
package_sdist :
208
208
needs : py_build_test
209
- runs-on : ubuntu-20.04
209
+ runs-on : ubuntu-latest
210
210
steps :
211
211
- uses : actions/checkout@v3
212
212
with :
0 commit comments