Skip to content

Commit

Permalink
Specify Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
subdan committed Sep 25, 2020
1 parent b26d452 commit 3048e13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Select Xcode version
run: sudo xcode-select --switch /Applications/Xcode_12.app

- name: Build
run: |
swift build -c release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Copy config
run: cp Release/figma-export.yaml ./
- name: Select Xcode version
run: sudo xcode-select --switch /Applications/Xcode_12.app
- name: Build and test
run: swift test --enable-code-coverage --disable-automatic-resolution

0 comments on commit 3048e13

Please sign in to comment.