Skip to content

Commit

Permalink
Disable testing on CI with Xcode version 10.1 and 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Dec 9, 2019
1 parent 280a35f commit f9fc4ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode_version: ["10.1", "10.2", "11.1"]
# xcode_version: ["10.1", "10.2", "11.1"]
xcode_version: ["11.1"] # GitHub actions is now unsupported Xcode version 10.1 and 10.2.
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
steps:
Expand Down

0 comments on commit f9fc4ca

Please sign in to comment.