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 b87293a commit cbac029Copy full SHA for cbac029
.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: '14.3.1'
+ xcode-version: '15.0.1'
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