We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6345bf6 + f4f9026 commit be806f7Copy full SHA for be806f7
.github/workflows/build.yml
@@ -19,8 +19,6 @@ jobs:
19
strategy:
20
matrix:
21
run-config:
22
- - { xcode_version: '14.3.1', simulator: 'name=iPad Air (5th generation),OS=16.4', run_extra_validations: 'false' }
23
- - { xcode_version: '14.3.1', simulator: 'name=iPhone 14,OS=16.4', run_extra_validations: 'false' }
24
- { xcode_version: '15.4', simulator: 'name=iPad Air (5th generation),OS=17.5', run_extra_validations: 'false' }
25
- { xcode_version: '15.4', simulator: 'name=iPhone 15,OS=17.5', run_extra_validations: 'false' }
26
- { xcode_version: '16.0', simulator: 'name=iPad Air (5th generation),OS=18.0', run_extra_validations: 'false' }
0 commit comments