We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dc574 commit 45b3275Copy full SHA for 45b3275
.github/workflows/release.yml
@@ -125,8 +125,8 @@ jobs:
125
needs: matrix_prep
126
strategy:
127
fail-fast: false
128
- matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }}
129
- runs-on: [self-hosted, macos-10.15]
+ matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix_osx) }}
+ runs-on: [self-hosted, macos-11]
130
env:
131
PY: ${{ matrix.python }}
132
CXX: clang++
.github/workflows/testing.yml
@@ -119,7 +119,7 @@ jobs:
119
matrix:
120
include:
121
- os: macos-10.15
122
- python: 3.7
+ python: 3.11
123
with_cpp_tests: ON
124
wanted_archs: 'cpu,vulkan'
runs-on:
0 commit comments