Skip to content

Commit 4e5bb20

Browse files
authored
Update CI MacOS versions. (#923)
1 parent 40e02aa commit 4e5bb20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
# Supported Xcode versions can be found in:
2626
# - https://github.com/actions/virtual-environments/blob/main/images/macos/macos-13-Readme.md#xcode
2727
# - https://github.com/actions/virtual-environments/blob/main/images/macos/macos-14-Readme.md#xcode
28-
xcode-version: ['16.1', '16.0', '15.4', '15.3', '15.2', '15.1', '15.0.1', '14.3.1', '14.2', '14.1']
28+
xcode-version: ['16.2', '16.1', '15.4', '15.3', '15.2', '15.1', '15.0.1', '14.3.1', '14.2', '14.1']
2929
exclude:
3030
- os: 'macos-13'
31-
xcode-version: '16.1'
31+
xcode-version: '16.2'
3232
- os: 'macos-13'
33-
xcode-version: '16.0'
33+
xcode-version: '16.1'
3434
- os: 'macos-13'
3535
xcode-version: '15.4'
3636
- os: 'macos-13'

0 commit comments

Comments
 (0)