Skip to content

Commit 094d983

Browse files
committed
set Xcode 12.4
1 parent 6fd4065 commit 094d983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Build from SPM manifest
3939
runs-on: macOS-latest
4040
env:
41-
DEVELOPER_DIR: /Applications/Xcode_12.2.app/Contents/Developer
41+
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
4242
strategy:
4343
matrix:
4444
destination: ["platform=iOS Simulator,name=iPhone 12 Pro", "platform=macOS,variant=Mac Catalyst", "platform=tvOS Simulator,name=Apple TV 4k"]
@@ -61,7 +61,7 @@ jobs:
6161
name: Build example project to verify Xcode's SPM integration
6262
runs-on: macOS-latest
6363
env:
64-
DEVELOPER_DIR: /Applications/Xcode_12.2.app/Contents/Developer
64+
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
6565
steps:
6666
- name: Checkout
6767
uses: actions/checkout@v2

0 commit comments

Comments
 (0)