File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 13
13
env :
14
14
CCACHE_DIR : ${{ github.workspace }}/ccache_dir
15
15
GITHUB_TOKEN : ${{ github.token }}
16
+ xcodeVersion : " 12.4" # Only affects Mac runners, and only for prerequisites.
16
17
17
18
jobs :
18
19
prepare_matrix :
46
47
architecture : ${{ fromJson(needs.prepare_matrix.outputs.matrix_architecture) }}
47
48
python_version : ${{ fromJson(needs.prepare_matrix.outputs.matrix_python_version) }}
48
49
steps :
50
+ - name : setup Xcode version (macos)
51
+ if : runner.os == 'macOS'
52
+ run : sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
53
+
49
54
- name : Store git credentials for all git commands
50
55
# Forces all git commands to use authenticated https, to prevent throttling.
51
56
shell : bash
You can’t perform that action at this time.
0 commit comments