Skip to content

Commit

Permalink
Update CI MacOS versions. (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexand authored Jan 20, 2025
1 parent 40e02aa commit 4e5bb20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
# Supported Xcode versions can be found in:
# - https://github.com/actions/virtual-environments/blob/main/images/macos/macos-13-Readme.md#xcode
# - https://github.com/actions/virtual-environments/blob/main/images/macos/macos-14-Readme.md#xcode
xcode-version: ['16.1', '16.0', '15.4', '15.3', '15.2', '15.1', '15.0.1', '14.3.1', '14.2', '14.1']
xcode-version: ['16.2', '16.1', '15.4', '15.3', '15.2', '15.1', '15.0.1', '14.3.1', '14.2', '14.1']
exclude:
- os: 'macos-13'
xcode-version: '16.1'
xcode-version: '16.2'
- os: 'macos-13'
xcode-version: '16.0'
xcode-version: '16.1'
- os: 'macos-13'
xcode-version: '15.4'
- os: 'macos-13'
Expand Down

0 comments on commit 4e5bb20

Please sign in to comment.