Skip to content

Commit

Permalink
[Build] Lift macOS min compat version to Big Sur (#8583)
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu authored Aug 13, 2024
1 parent 88dc574 commit 45b3275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
needs: matrix_prep
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }}
runs-on: [self-hosted, macos-10.15]
matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix_osx) }}
runs-on: [self-hosted, macos-11]
env:
PY: ${{ matrix.python }}
CXX: clang++
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
matrix:
include:
- os: macos-10.15
python: 3.7
python: 3.11
with_cpp_tests: ON
wanted_archs: 'cpu,vulkan'
runs-on:
Expand Down

0 comments on commit 45b3275

Please sign in to comment.