Skip to content

Commit

Permalink
Switch to Big Sur and Xcode 13.2
Browse files Browse the repository at this point in the history
No GitHub runners for macos-12
  • Loading branch information
weiran committed Apr 11, 2022
1 parent afa2c5d commit 6447f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
subdirectory: 'fastlane'

test:
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -39,7 +39,7 @@ jobs:
subdirectory: 'fastlane'

build:
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.3
13.2

0 comments on commit 6447f97

Please sign in to comment.