File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ concurrency:
30
30
31
31
env :
32
32
PYTHON_VERSION : ' 3.12'
33
+ XCODE_VERSION : ' 16.1'
33
34
FLAKY_TESTS : keep_retrying
34
35
35
36
permissions :
40
41
if : github.event.pull_request.draft == false
41
42
strategy :
42
43
fail-fast : false
43
- matrix :
44
- macos-version : [macos-13, macos-14]
45
- runs-on : ${{ matrix.macos-version }}
44
+ runs-on : macos-14
46
45
env :
47
46
CC : sccache gcc
48
47
CXX : sccache g++
56
55
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
57
56
with :
58
57
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
59
60
- name : Set up sccache
60
61
uses : mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
61
62
with :
You can’t perform that action at this time.
0 commit comments