Skip to content

Commit 3048e13

Browse files
committed
Specify Xcode version
1 parent b26d452 commit 3048e13

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515

16+
- name: Select Xcode version
17+
run: sudo xcode-select --switch /Applications/Xcode_12.app
18+
1619
- name: Build
1720
run: |
1821
swift build -c release

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2
21-
- name: Copy config
22-
run: cp Release/figma-export.yaml ./
21+
- name: Select Xcode version
22+
run: sudo xcode-select --switch /Applications/Xcode_12.app
2323
- name: Build and test
2424
run: swift test --enable-code-coverage --disable-automatic-resolution

0 commit comments

Comments
 (0)