Skip to content

Commit

Permalink
Update xcodebuild-ios17.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhamsing authored Jan 31, 2024
1 parent 2794858 commit 1c095e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcodebuild-ios17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on: [push, pull_request]

jobs:
build:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: actions/checkout@v2

- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_15.0.app
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app

- name: Xcode version
run: /usr/bin/xcodebuild -version
Expand Down

0 comments on commit 1c095e3

Please sign in to comment.