From 9613b3b0b1db13d86569a34a3a5a4469570323ec Mon Sep 17 00:00:00 2001 From: uhooi Date: Mon, 5 Feb 2024 13:15:07 +0900 Subject: [PATCH] Use M1 macOS runner --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71b246f7..36adfe73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ env: jobs: build: name: build for ${{ matrix.environment }} - runs-on: macos-13 + runs-on: macos-14 strategy: fail-fast: false matrix: @@ -60,7 +60,7 @@ jobs: test: name: test for ${{ matrix.name }} - runs-on: macos-13 + runs-on: macos-14 strategy: fail-fast: false matrix: @@ -105,7 +105,7 @@ jobs: retention-days: 14 show-test-results: - runs-on: macos-13 + runs-on: macos-14 permissions: checks: write needs: test @@ -132,7 +132,7 @@ jobs: path: Reports/TestResults.xcresult info: - runs-on: macos-13 + runs-on: macos-14 steps: # チェックアウト