Skip to content

Commit 2347469

Browse files
committed
Use 15.2.0 xcode
1 parent b2fbac7 commit 2347469

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: matrix.os == 'macos-14'
2929
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
3030
with:
31-
xcode-version: '14.2.0'
31+
xcode-version: '15.2.0'
3232
- name: Setup Gradle
3333
uses: gradle/actions/setup-gradle@v3
3434
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Select Xcode version
3939
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
4040
with:
41-
xcode-version: '14.2.0'
41+
xcode-version: '15.2.0'
4242
- name: Setup Gradle
4343
uses: gradle/actions/setup-gradle@v3
4444
with:
@@ -68,7 +68,7 @@ jobs:
6868
- name: Select Xcode version
6969
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
7070
with:
71-
xcode-version: '14.2.0'
71+
xcode-version: '15.2.0'
7272
- name: Setup Gradle
7373
uses: gradle/actions/setup-gradle@v3
7474
with:

0 commit comments

Comments
 (0)