From 41a96a244a11195d8518617b1fdf3e2b650feea3 Mon Sep 17 00:00:00 2001 From: swd Date: Sun, 22 Dec 2024 22:06:26 +0900 Subject: [PATCH] Update CI (#1033) Update CI --- .github/workflows/build.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26f12e5980..f9e77c5a4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: os: windows-2019 label: Win_x86 - name: mac - os: macos-12 + os: macos-13 label: Mac name: Build on ${{ matrix.name }} @@ -92,12 +92,6 @@ jobs: git lfs install git lfs pull - - name: Install Cmake for macOS (because of libpng) - if: matrix.name == 'mac' - uses: jwlawson/actions-setup-cmake@v1.4 - with: - cmake-version: '3.18.x' - - name: Install Linux Dependencies if: matrix.name == 'linux' run: | @@ -116,7 +110,7 @@ jobs: if [ "${{ matrix.name }}" = "mac" ]; then export PACKAGEING_FOR_MAC=1 - sudo xcode-select --switch /Applications/Xcode_13.1.app + sudo xcode-select --switch /Applications/Xcode_14.1.app fi if [ "${{ matrix.name }}" = "windows_x86" ]; then @@ -222,4 +216,3 @@ jobs: --data-binary @"$filename" \ "$url" done -