File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ concurrency:
3030
3131env :
3232 PYTHON_VERSION : ' 3.12'
33+ XCODE_VERSION : ' 16.1'
3334 FLAKY_TESTS : keep_retrying
3435
3536permissions :
4041 if : github.event.pull_request.draft == false
4142 strategy :
4243 fail-fast : false
43- matrix :
44- macos-version : [macos-13, macos-14]
45- runs-on : ${{ matrix.macos-version }}
44+ runs-on : macos-14
4645 env :
4746 CC : sccache gcc
4847 CXX : sccache g++
5655 uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
5756 with :
5857 python-version : ${{ env.PYTHON_VERSION }}
58+ - name : Set up Xcode ${{ env.XCODE_VERSION }}
59+ run : sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
5960 - name : Set up sccache
6061 uses : mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
6162 with :
You can’t perform that action at this time.
0 commit comments