We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e6e13 commit 03fb176Copy full SHA for 03fb176
.github/workflows/macOS.yml
@@ -59,7 +59,7 @@ jobs:
59
strategy:
60
fail-fast: false
61
matrix:
62
- xcode: [ '15.0.1', '15.1', '15.2', '15.3', '15.4', '16.0', '16.1' ]
+ xcode: [ '15.0.1', '15.1', '15.2', '15.3', '15.4', '16.1', '16.2' ]
63
standard: [ 11, 14, 17, 20 ]
64
env:
65
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
0 commit comments