Skip to content

Instantly share code, notes, and snippets.

@przemek-jablonski
Last active August 30, 2021 23:06
Show Gist options
  • Save przemek-jablonski/90ab6fcecb85f2a9cbb135d3522134ff to your computer and use it in GitHub Desktop.
Save przemek-jablonski/90ab6fcecb85f2a9cbb135d3522134ff to your computer and use it in GitHub Desktop.
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