Skip to content

Commit

Permalink
set Xcode 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
3a4oT committed Mar 10, 2021
1 parent 6fd4065 commit 094d983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Build from SPM manifest
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_12.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
strategy:
matrix:
destination: ["platform=iOS Simulator,name=iPhone 12 Pro", "platform=macOS,variant=Mac Catalyst", "platform=tvOS Simulator,name=Apple TV 4k"]
Expand All @@ -61,7 +61,7 @@ jobs:
name: Build example project to verify Xcode's SPM integration
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_12.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 094d983

Please sign in to comment.