From 45b3275fa179a3eef2aea6aed4f50741aa6db945 Mon Sep 17 00:00:00 2001 From: Proton Date: Tue, 13 Aug 2024 10:46:34 +0800 Subject: [PATCH] [Build] Lift macOS min compat version to Big Sur (#8583) --- .github/workflows/release.yml | 4 ++-- .github/workflows/testing.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e4b0641ca381..289ced346c049 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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++ diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 115972c0f8ec1..ca6cf26797cbf 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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: