Skip to content

Commit ea62a9b

Browse files
committed
Updating CI
1 parent f5471cf commit ea62a9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25-
- { os: macOS-13, xcode: '15.0' }
26-
- { os: macOS-13, xcode: '14.3' }
25+
#- { os: macOS-13, xcode: '15.0' }
26+
#- { os: macOS-13, xcode: '14.3' }
2727
- { os: macos-14, xcode: '15.4.0' }
2828
- { os: macos-15, xcode: '16.4.0' }
2929
- { os: macos-15-intel, xcode: '16.4.0' }
30-
- { os: macos-26, xcode: '26.0' }
30+
- { os: macos-26, xcode: '26.2.0' }
3131

3232
env:
3333
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app

0 commit comments

Comments
 (0)