Skip to content

Commit 03f4413

Browse files
committed
[Build] Lift macOS min compat version to Big Sur
1 parent 88dc574 commit 03f4413

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ jobs:
125125
needs: matrix_prep
126126
strategy:
127127
fail-fast: false
128-
matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }}
129-
runs-on: [self-hosted, macos-10.15]
128+
matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix_osx) }}
129+
runs-on: [self-hosted, macos-11]
130130
env:
131131
PY: ${{ matrix.python }}
132132
CXX: clang++

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
matrix:
120120
include:
121121
- os: macos-10.15
122-
python: 3.7
122+
python: 3.11
123123
with_cpp_tests: ON
124124
wanted_archs: 'cpu,vulkan'
125125
runs-on:

0 commit comments

Comments
 (0)