Skip to content

Commit

Permalink
Merge pull request #9 from mentalflux/update-ci-yml-xcode-15-4
Browse files Browse the repository at this point in the history
ci: Update Xcode version to 15.4
  • Loading branch information
scogeo authored Jun 28, 2024
2 parents fbcde66 + 2df8a08 commit aa5faaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app
- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Print Swift version
run: swift --version
- name: Run tests
Expand All @@ -31,8 +31,8 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app
- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Run tests
run: make test-examples

Expand Down

0 comments on commit aa5faaa

Please sign in to comment.