Skip to content

Commit

Permalink
Reverted back to old workflow that uses Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
louisg1337 committed May 3, 2024
1 parent ec20573 commit 8aa0010
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: macos-13
runs-on: macos-lateset

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -33,12 +33,6 @@ jobs:
- name: Print the xcode path
run: xcode-select --print-path

- name: Set xcode to 14.1
run: |
sudo xcode-select --switch /Applications/Xcode_14.1.app
echo "After setting xcode version "`xcode-select --print-path`
- name: Print the xcode setup
run: xcodebuild -version -sdk

Expand Down

0 comments on commit 8aa0010

Please sign in to comment.