Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Xcode 10.3 CI builds #707

Merged
merged 2 commits into from
Nov 6, 2019

Conversation

rcari
Copy link
Contributor

@rcari rcari commented Nov 6, 2019

There doesn't seem to be support for Xcode 10 anymore.

@brentleyjones

Comment on lines 13 to 34
- uses: actions/checkout@master
- name: Set Xcode
run: |
echo "Available Xcode versions:"
ls /Applications | grep Xcode
echo "Choosing Xcode_${{ matrix.xcode }}.app"
sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
xcodebuild -version
swift --version
swift package --version
- name: Resolve
run: swift package resolve
- name: Build
run: swift build
- name: Test
run: swift test 2>&1 | xcpretty
- name: Gen fixtures
run: scripts/gen-fixtures.sh
- name: Check fixtures
run: scripts/diff-fixtures.sh
- name: Build fixtures
run: scripts/build-fixtures.sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the space changes here, and only have the xcode version change? Thanks!

@brentleyjones
Copy link
Collaborator

@yonaskolb I'll let you see if 10.3 can be brought back.

@brentleyjones brentleyjones merged commit 1cdb5dc into yonaskolb:master Nov 6, 2019
@rcari rcari deleted the rcari/disableXcode10ci branch November 6, 2019 20:05
@yonaskolb
Copy link
Owner

Yeah it's a shame they removed Xcode 10.3. Instead of changing the Xcode version, we should change the Swift version used to compile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants