Skip to content

Commit

Permalink
Always run CI on Xcode 14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Apr 9, 2023
1 parent 3ace764 commit 4849beb
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 @@ -43,7 +43,7 @@ jobs:
- name: Bundle Install
run: bundle install
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_14.1.0.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode_14.3.0.app/Contents/Developer
- name: Build and Test Framework
run: Scripts/build.swift ${{ matrix.platforms }}
- name: Prepare Coverage Reports
Expand All @@ -63,6 +63,6 @@ jobs:
- name: Bundle Install
run: bundle install
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_14.1.0.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode_14.3.0.app/Contents/Developer
- name: Build and Test Framework
run: xcrun swift test -c release -Xswiftc -enable-testing

0 comments on commit 4849beb

Please sign in to comment.