Skip to content

Commit 03fb176

Browse files
authored
Update macOS.yml
change 16.0 to 16.2 : actions/runner-images#11203
1 parent 50e6e13 commit 03fb176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
xcode: [ '15.0.1', '15.1', '15.2', '15.3', '15.4', '16.0', '16.1' ]
62+
xcode: [ '15.0.1', '15.1', '15.2', '15.3', '15.4', '16.1', '16.2' ]
6363
standard: [ 11, 14, 17, 20 ]
6464
env:
6565
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer

0 commit comments

Comments
 (0)