We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b5476 commit 0e16bc8Copy full SHA for 0e16bc8
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: maxim-lobanov/setup-xcode@v1
16
with:
17
- xcode-version: '15.0.1'
+ xcode-version: '16.2.0'
18
- uses: actions/cache@v4
19
id: carthage-cache
20
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
- name: Clear Carthage cache
44
run: |
45
echo "🧹 Clearing Carthage caches for clean build..."
0 commit comments