Mercurial > public > stock-charts
changeset 42:c606924b2dd2
Update swift.yml
committer: GitHub <noreply@github.com>
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Sat, 01 May 2021 11:21:50 +0200 |
parents | 6337272f1dee |
children | b18d0bac2f71 |
files | .github/workflows/swift.yml |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/swift.yml Sat May 01 11:20:52 2021 +0200 +++ b/.github/workflows/swift.yml Sat May 01 11:21:50 2021 +0200 @@ -15,11 +15,6 @@ # Github Actions' machines do in fact have recent versions of Xcode, # but you may have to explicitly switch to them. We explicitly want # to use Xcode 11, so we use xcode-select to switch to it. - - name: Switch to Xcode 11 - run: sudo xcode-select --switch /Applications/Xcode_11.1.app - # Since we want to be running our tests from Xcode, we need to - # generate an .xcodeproj file. Luckly, Swift Package Manager has - # build in functionality to do so. - name: Generate xcodeproj run: swift package generate-xcodeproj # Finally, we invoke xcodebuild to run the tests on an iPhone 11