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 14, 2024
1 parent 0368797 commit c0597b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: macOS-13

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

0 comments on commit c0597b8

Please sign in to comment.