Skip to content

Commit 0e16bc8

Browse files
committed
github actions: Update tvos test version
1 parent 97b5476 commit 0e16bc8

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: '15.0.1'
17+
xcode-version: '16.2.0'
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: '15.0.1'
42+
xcode-version: '16.2.0'
4343
- name: Clear Carthage cache
4444
run: |
4545
echo "🧹 Clearing Carthage caches for clean build..."

0 commit comments

Comments
 (0)