Skip to content

Commit

Permalink
fix ios
Browse files Browse the repository at this point in the history
  • Loading branch information
houko committed Sep 29, 2023
1 parent 243124d commit 68e8a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Dependencies
run: |
xcode-select -p
sudo xcode-select -switch /Applications/Xcode_15.app # 替换XX为你要使用的Xcode版本
sudo xcode-select -switch /Applications/Xcode_14.2.app
gem install cocoapods
pod install
Expand Down

0 comments on commit 68e8a5a

Please sign in to comment.