Skip to content

Commit 1c0f537

Browse files
committed
use Xcode 16.0 or higher for firebase-ios-sdk 11.12.0+
1 parent 69366c3 commit 1c0f537

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: macos-14
1414
steps:
1515
- uses: actions/checkout@v4
16+
- name: Change Xcode version
17+
run: sudo xcode-select -s /Applications/Xcode_16.2.app
1618
- name: Install swiftlint
1719
run: |
1820
brew update

0 commit comments

Comments
 (0)