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 d4f3402 commit 281cd81
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 @@ -41,7 +41,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 @@ -61,6 +61,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 281cd81

Please sign in to comment.