Skip to content

Commit

Permalink
Action: Xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhvorost committed Jan 13, 2024
1 parent cacd0ae commit 6c763fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Xcode
run: xcodebuild -version
- name: Xcode 15
run: |
sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
xcodebuild -version
- name: Build
run: sh build.sh
- name: Test
Expand Down

0 comments on commit 6c763fc

Please sign in to comment.