Skip to content

Commit

Permalink
GitHub Actionsのmac用、OSをmacOS-11⇨13に変更。
Browse files Browse the repository at this point in the history
  • Loading branch information
yaneurao committed Jun 24, 2024
1 parent 4dc3c5e commit 9f1e8c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
COMPILER: '${{ matrix.compiler }}'
TARGET: '${{ matrix.target }}'
CPU: '${{ matrix.archcpu }}'
OS: 'macos11'
OS: 'macos13'
with:
script: |
const fs = require('fs');
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9f1e8c8

Please sign in to comment.