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 6c763fc commit ee03d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Xcode 15
run: |
sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
sudo xcode-select -s '/Applications/Xcode_15.2.0.app/Contents/Developer'
xcodebuild -version
- name: Build
run: sh build.sh
Expand Down

0 comments on commit ee03d35

Please sign in to comment.