Skip to content

Commit

Permalink
Use M1 macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi committed Feb 5, 2024
1 parent 7a43006 commit 9613b3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

test:
name: test for ${{ matrix.name }}
runs-on: macos-13
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
retention-days: 14

show-test-results:
runs-on: macos-13
runs-on: macos-14
permissions:
checks: write
needs: test
Expand All @@ -132,7 +132,7 @@ jobs:
path: Reports/TestResults.xcresult

info:
runs-on: macos-13
runs-on: macos-14

steps:
# チェックアウト
Expand Down

0 comments on commit 9613b3b

Please sign in to comment.