Skip to content

Commit cbac029

Browse files
committed
Github Actions: Upgrade xcode-version 15.0.1
1 parent b87293a commit cbac029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: maxim-lobanov/setup-xcode@v1
1616
with:
17-
xcode-version: '14.3.1'
17+
xcode-version: '15.0.1'
1818
- uses: actions/cache@v4
1919
id: carthage-cache
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2
4040
- uses: maxim-lobanov/setup-xcode@v1
4141
with:
42-
xcode-version: '14.3.1'
42+
xcode-version: '15.0.1'
4343
- name: Clear Carthage cache
4444
run: |
4545
echo "🧹 Clearing Carthage caches for clean build..."

0 commit comments

Comments
 (0)