Skip to content

Commit

Permalink
Use Xcode 11.4, Swift 5.2 on Catalina
Browse files Browse the repository at this point in the history
  • Loading branch information
interstateone committed Apr 11, 2020
1 parent 25b3c3a commit cc8a7d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI
on: [push, pull_request]
jobs:
test:
runs-on: macOS-latest
runs-on: macOS-10.15
steps:
- uses: actions/checkout@v1
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_11.app
DEVELOPER_DIR: /Applications/Xcode_11.4.app
run: swift test
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1
5.2

0 comments on commit cc8a7d3

Please sign in to comment.