Skip to content

Commit

Permalink
fix ios
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Feb 15, 2024
1 parent dd7882f commit 629d954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
ios_build:
runs-on: macos-12
runs-on: macos-13
env: # update README for devs if you modify these env. variables
QT_VERSION: '6.6.0' # use scripts/update_qt_version.bash to change
TRIPLET: "arm64-ios"
Expand All @@ -39,8 +39,8 @@ jobs:

- name: Select latest Xcode
run: |
ls -la /Applications/Xcode*
sudo xcode-select -s /Applications/Xcode_$XC_VERSION.app"
ls -1 /Applications | grep "Xcode"
sudo xcode-select -s "/Applications/Xcode_$XC_VERSION.app"
- name: Prepare vars
id: vars
Expand Down

0 comments on commit 629d954

Please sign in to comment.