Skip to content

Commit

Permalink
GitHub removed Xcode 10.3 from its macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Jan 6, 2020
1 parent fa325b5 commit 8de38d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
matrix:
xcode:
#- Xcode_9.4.1 # Not working
- Xcode_10.3
- Xcode_11.2
#- Xcode_10.3 # GitHub removed :(
- Xcode_11.2.1
steps:
- uses: actions/checkout@v1
- name: Build and Test
Expand Down

0 comments on commit 8de38d4

Please sign in to comment.