From c1f1e7f2e243e734fa0e59ecee7bd2b8f19da605 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Sun, 10 Nov 2024 23:55:25 -0500 Subject: [PATCH] [ci] revert to macos-12 as macos-13 does not have conda see actions/runner-images#9262 --- .github/workflows/build_all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 076fc8a3..a523a6d1 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -14,7 +14,7 @@ jobs: name: Build All strategy: matrix: - os: [ubuntu-20.04, macos-13, windows-2019] + os: [ubuntu-20.04, macos-12, windows-2019] runs-on: ${{ matrix.os }} defaults: run: @@ -190,7 +190,7 @@ jobs: zip -FSr --symlink packages/mcxlab-${{ env.RELEASE_TAG }}.zip mcxlab fi - name: Upload mcxlab package - if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-13' || matrix.os == 'windows-2019' }} + if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' || matrix.os == 'windows-2019' }} uses: actions/upload-artifact@v3 with: name: all-mcx-packages