From 9f1e8c8341ab514cb2c989d592ce193260f979a7 Mon Sep 17 00:00:00 2001 From: yaneurao Date: Mon, 24 Jun 2024 21:38:06 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions=E3=81=AEmac=E7=94=A8=E3=80=81O?= =?UTF-8?q?S=E3=82=92macOS-11=E2=87=A813=E3=81=AB=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/make-macos.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/make-macos.yml b/.github/workflows/make-macos.yml index 7e8bf747e..cbb4cd1ce 100644 --- a/.github/workflows/make-macos.yml +++ b/.github/workflows/make-macos.yml @@ -158,10 +158,10 @@ jobs: path: ./main/build/**/**/* build-macos-suisho: - # macos-11 + # macos-13 # https://docs.github.com/ja/actions/using-github-hosted-runners/about-github-hosted-runners # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md - runs-on: macos-11 + runs-on: macos-13 strategy: matrix: @@ -206,7 +206,7 @@ jobs: COMPILER: '${{ matrix.compiler }}' TARGET: '${{ matrix.target }}' CPU: '${{ matrix.archcpu }}' - OS: 'macos11' + OS: 'macos13' with: script: | const fs = require('fs'); @@ -253,8 +253,8 @@ jobs: - name: add resource run: | - echo 'Suisho5(20211123)-YaneuraOu' > ./main/build/macos11/NNUE/engine_name.txt; - echo 'yaneurao, tayayan' >> ./main/build/macos11/NNUE/engine_name.txt; + echo 'Suisho5(20211123)-YaneuraOu' > ./main/build/macos13/NNUE/engine_name.txt; + echo 'yaneurao, tayayan' >> ./main/build/macos13/NNUE/engine_name.txt; - uses: actions/upload-artifact@v2 with: