File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 fail-fast : false
1919 matrix :
20- os : [ubuntu-20.04, macos-12 , windows-2019]
20+ os : [ubuntu-20.04, macos-13 , windows-2019]
2121 runs-on : ${{ matrix.os }}
2222 steps :
2323 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4444 # without waiting for the macOS build
4545 build-and-test-macos :
4646 if : github.repository_owner == 'github'
47- runs-on : macos-12-xl
47+ runs-on : macos-13-xlarge
4848 steps :
4949 - uses : actions/checkout@v4
5050 - uses : ./swift/actions/build-and-test
6464 qltests-macos :
6565 if : ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
6666 needs : build-and-test-macos
67- runs-on : macos-12-xl
67+ runs-on : macos-13-xlarge
6868 steps :
6969 - uses : actions/checkout@v4
7070 - uses : ./swift/actions/run-ql-tests
Original file line number Diff line number Diff line change 1212 Windows,"Windows 10 / Windows Server 2019
1313
1414 Windows 11 / Windows Server 2022","x86-64"
15- macOS,"macOS 12 Monterey
16-
17- macOS 13 Ventura
15+ macOS,"macOS 13 Ventura
1816
1917 macOS 14 Sonoma","x86-64, arm64 (Apple Silicon)
2018
You can’t perform that action at this time.
0 commit comments