Last active
August 30, 2021 23:06
-
-
Save przemek-jablonski/90ab6fcecb85f2a9cbb135d3522134ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strategy: | |
fail-fast: false | |
matrix: | |
xcode: ['13.0', '12.5.1', '12.0.1'] | |
macos: ['macos-11', 'macos-10.15'] | |
exclude: | |
# excluding xcodes not present on given macOS versions | |
- macos: 'macos-11' | |
xcode: '12.0.1' | |
- macos: 'macos-10.15' | |
xcode: '13.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment