Skip to content

Commit

Permalink
Bump Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
emildzwonek committed Aug 2, 2024
1 parent e62bd32 commit 1f7bef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Select Xcode 14.2
run: sudo xcode-select -s /Applications/Xcode_14.2.app
- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Run swiftlint
run: swiftlint
- name: Run tests
Expand Down

0 comments on commit 1f7bef1

Please sign in to comment.