Skip to content

Commit b87293a

Browse files
committed
Github Actions: Downgrade xcode-version
1 parent c9911eb commit b87293a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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: '16.2.0'
17+
xcode-version: '14.3.1'
1818
- uses: actions/cache@v4
1919
id: carthage-cache
2020
with:

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
- uses: actions/checkout@v2
4040
- uses: maxim-lobanov/setup-xcode@v1
4141
with:
42-
xcode-version: '16.2.0'
42+
xcode-version: '14.3.1'
43+
- name: Clear Carthage cache
44+
run: |
45+
echo "🧹 Clearing Carthage caches for clean build..."
46+
rm -rf ~/Library/Caches/org.carthage.CarthageKit
4347
- name: build
4448
env:
4549
GITHUB_TOKEN: ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}

0 commit comments

Comments
 (0)