We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59178e0 commit fbaa0b3Copy full SHA for fbaa0b3
1 file changed
.github/workflows/build-test-package-python.yml
@@ -81,7 +81,7 @@ jobs:
81
sudo xcode-select -s "/Applications/Xcode_13.2.1.app"
82
83
- name: Get specific version of CMake, Ninja
84
- uses: lukka/get-cmake@v3.18.3
+ uses: lukka/get-cmake@v3.22.2
85
86
- name: 'Fetch build script'
87
run: |
@@ -115,7 +115,7 @@ jobs:
115
116
steps:
117
118
119
120
- uses: actions/checkout@v2
121
with:
@@ -160,7 +160,7 @@ jobs:
160
- build-linux-python-packages
161
- build-macos-python-packages
162
- build-windows-python-packages
163
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
164
165
166
- name: Download Python Packages
0 commit comments