Skip to content

Commit 24aa22d

Browse files
authored
a few more places to lock the version (#1120)
Co-authored-by: ssteinbach <[email protected]>
1 parent 466a9b5 commit 24aa22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: OpenTimelineIO
66
# for configuring which build will be a C++ coverage build / coverage report
77
env:
88
GH_COV_PY: 3.7
9-
GH_COV_OS: ubuntu-latest
9+
GH_COV_OS: ubuntu-20.04
1010
GH_DEPENDABOT: dependabot
1111

1212
on:
@@ -124,7 +124,7 @@ jobs:
124124

125125
package_sdist:
126126
needs: py_build_test
127-
runs-on: ubuntu-latest
127+
runs-on: ubuntu-20.04
128128
steps:
129129
- uses: actions/checkout@v2
130130

0 commit comments

Comments
 (0)