Skip to content

Commit

Permalink
xcode 11.2 beta SDK update for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Nov 2, 2019
1 parent 886ea84 commit 6ea28e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/blank.yml
Expand Up @@ -10,14 +10,14 @@ jobs:
steps:
- uses: actions/checkout@v1

# - name: Show the currently detailed version of Xcode for CLI
# run: xcode-select -p
- name: Show the currently detailed version of Xcode for CLI
run: xcode-select -p

- name: Show what's in Applications
run: ls -al /Applications

- name: try switching to Xcode 11 (beta)
run: sudo xcode-select -s /Applications/Xcode_11.app
- name: try switching to Xcode 11.2 (beta)
run: sudo xcode-select -s /Applications/Xcode_11.2.app

- name: xcodebuild --help
run: xcodebuild --help
Expand All @@ -41,6 +41,6 @@ jobs:
run: |
xcodebuild -scheme SwiftUI-Notes \
-configuration Debug \
-sdk iphonesimulator13.0 \
-destination 'platform=iOS Simulator,OS=13.0,name=iPhone 8' \
-sdk iphonesimulator13.2 \
-destination 'platform=iOS Simulator,OS=13.2,name=iPhone 8' \
test -showBuildTimingSummary

0 comments on commit 6ea28e2

Please sign in to comment.