Skip to content

Commit 6fe26ab

Browse files
authored
Merge pull request #18 from v2er-app/fix/update-xcode-version-ci
Merging with admin privileges to fix critical CI infrastructure issue. All checks passing.
2 parents 87f1c0e + c69be90 commit 6fe26ab

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
submodules: recursive
4949

5050
- name: Select Xcode version
51-
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
51+
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
5252

5353
- name: Install xcpretty
5454
run: gem install xcpretty
@@ -59,7 +59,7 @@ jobs:
5959
-project V2er.xcodeproj \
6060
-scheme V2er \
6161
-sdk iphonesimulator \
62-
-destination 'platform=iOS Simulator,name=iPhone 15' \
62+
-destination 'platform=iOS Simulator,name=iPhone 16' \
6363
-enableCodeCoverage YES \
6464
-derivedDataPath build/DerivedData \
6565
CODE_SIGN_IDENTITY="" \

.github/workflows/dependency-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- name: Select Xcode version
21-
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
21+
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
2222

2323
- name: Update Swift packages
2424
run: |

.github/workflows/ios-build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: recursive
2323

2424
- name: Select Xcode version
25-
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
25+
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
2626

2727
- name: Show Xcode version
2828
run: xcodebuild -version
@@ -50,7 +50,7 @@ jobs:
5050
-project V2er.xcodeproj \
5151
-scheme V2er \
5252
-sdk iphonesimulator \
53-
-destination 'platform=iOS Simulator,name=iPhone 15' \
53+
-destination 'platform=iOS Simulator,name=iPhone 16' \
5454
ONLY_ACTIVE_ARCH=YES \
5555
CODE_SIGN_IDENTITY="" \
5656
CODE_SIGNING_REQUIRED=NO | xcpretty --color
@@ -61,7 +61,7 @@ jobs:
6161
-project V2er.xcodeproj \
6262
-scheme V2er \
6363
-sdk iphonesimulator \
64-
-destination 'platform=iOS Simulator,name=iPhone 15' \
64+
-destination 'platform=iOS Simulator,name=iPhone 16' \
6565
ONLY_ACTIVE_ARCH=YES \
6666
CODE_SIGN_IDENTITY="" \
6767
CODE_SIGNING_REQUIRED=NO | xcpretty --color --test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Select Xcode version
37-
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
37+
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
3838

3939
- name: Setup Ruby
4040
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)