Skip to content

Commit 3ba7bd4

Browse files
committed
set Xcode version before building
1 parent 1eb08db commit 3ba7bd4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
distribution: 'zulu'
2121
java-version: '11'
22+
- uses: maxim-lobanov/setup-xcode@v1
23+
with:
24+
xcode-version: '12.5.1'
2225
- name: Setup versions
2326
uses: eskatos/gradle-command-action@v1
2427
with:

.github/workflows/pull_request.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
distribution: 'zulu'
2121
java-version: '11'
22+
- uses: maxim-lobanov/setup-xcode@v1
23+
with:
24+
xcode-version: '12.5.1'
2225
- name: Grant execute permission for gradlew
2326
run: chmod +x gradlew
2427
- name: Install Carthage

0 commit comments

Comments
 (0)