Skip to content

Commit

Permalink
[CI] Test Xcode 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo authored Sep 9, 2019
1 parent ece5f01 commit cc71fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: macOS-10.14
strategy:
matrix:
xcode: [10.1, 10.3]
xcode: [10.1, 10.3, 11]
steps:
- uses: actions/checkout@v1
- run: sudo xcode-select -s '/Applications/Xcode_${{ matrix.xcode }}.app'
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: macOS-10.14
strategy:
matrix:
xcode: [10.1, 10.3]
xcode: [10.1, 10.3, 11]
steps:
- uses: actions/checkout@v1
- run: sudo xcode-select -s '/Applications/Xcode_${{ matrix.xcode }}.app'
Expand Down

0 comments on commit cc71fae

Please sign in to comment.