From 6a42f460f834efab200c48419ed738798923a493 Mon Sep 17 00:00:00 2001 From: toyobayashi Date: Wed, 6 Mar 2024 22:52:25 +0800 Subject: [PATCH] ci use macos 13 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cdc0de7..e5c66be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-latest, ubuntu-latest, macos-13] steps: - uses: actions/checkout@v2 @@ -44,7 +44,7 @@ jobs: ./app/script/build.sh - name: macOS build - if: ${{ matrix.os == 'macos-latest' }} + if: ${{ contains(matrix.os, 'macos') }} shell: bash run: | chmod +x ./app/script/build.sh