File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -54,19 +54,19 @@ jobs:
5454 arch : x86_64
5555 with_asserts : true
5656 - job_name : macOS arm64
57- os : macos-14
57+ os : macos-15
5858 arch : arm64
5959 with_asserts : false
6060 - job_name : macOS arm64 withAsserts
61- os : macos-14
61+ os : macos-15
6262 arch : arm64
6363 with_asserts : true
6464 - job_name : macOS x86_64
65- os : macos-12
65+ os : macos-13
6666 arch : x86_64
6767 with_asserts : false
6868 - job_name : macOS x86_64 withAsserts
69- os : macos-12
69+ os : macos-13
7070 arch : x86_64
7171 with_asserts : true
7272 name : ${{ matrix.job_name }}
7676 MACOSX_DEPLOYMENT_TARGET : ${{ matrix.arch == 'arm64' && '11.0' || '10.12' }}
7777 steps :
7878 - uses : actions/checkout@v4
79- - name : ' macOS 14: Switch to Xcode 16'
80- if : matrix.os == 'macos-14'
81- run : sudo xcode-select -switch /Applications/Xcode_16.app
8279 - name : Install prerequisites
8380 uses : ./.github/actions/1-setup
8481 with :
You can’t perform that action at this time.
0 commit comments