Skip to content

Commit 8369a1a

Browse files
committed
bump to xcode 14.2
1 parent 604cc4d commit 8369a1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
ruby-version: '2.6'
8888
bundler-cache: true
89-
- run: sudo xcode-select -s /Applications/Xcode_13.1.app
89+
- run: sudo xcode-select -s /Applications/Xcode_14.2.app
9090
- run: git fetch --prune --unshallow
9191
- run: npm ci
9292
env:

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
env:
1313
ruby_version: '2.6'
14-
xcode_version: 'Xcode_13.1'
14+
xcode_version: 'Xcode_14.2'
1515
java_version: '11'
1616
java_distribution: temurin
1717

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ruby-version: '2.6'
3434
bundler-cache: true
3535

36-
- run: sudo xcode-select -s /Applications/Xcode_13.1.app
36+
- run: sudo xcode-select -s /Applications/Xcode_14.2.app
3737

3838
- run: npm ci
3939

0 commit comments

Comments
 (0)