From a059bc59f0c81a867e430ad442fea9c8d5c8a19f Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 10 Feb 2024 20:24:00 +0800 Subject: [PATCH] use macos-11 --- .github/workflows/macos-cpu-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-cpu-wheels.yml b/.github/workflows/macos-cpu-wheels.yml index fdd9152..e08ef24 100644 --- a/.github/workflows/macos-cpu-wheels.yml +++ b/.github/workflows/macos-cpu-wheels.yml @@ -33,7 +33,7 @@ jobs: build_wheels_macos_cpu: needs: generate_build_matrix name: ${{ matrix.torch }} ${{ matrix.python-version }} - runs-on: macos-latest + runs-on: macos-11 strategy: fail-fast: false matrix: