Skip to content

Commit

Permalink
Merge pull request #174 from kmcbride/dependency-xcframework
Browse files Browse the repository at this point in the history
Use XCFramework dependencies
  • Loading branch information
dflems authored Feb 19, 2021
2 parents 09eeb05 + 4c08a16 commit cbf289b
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 104 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build and Test
run: Tools/ci-xcode.sh
env:
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

spm:
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Build and Test
run: Tools/ci-spm.sh
env:
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

swiftlint:
Expand Down
Loading

0 comments on commit cbf289b

Please sign in to comment.