File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
strategy :
31
31
fail-fast : false
32
32
matrix :
33
- runs-on : [ubuntu-20.04, windows-2022, macos-latest ]
33
+ runs-on : [ubuntu-20.04, windows-2022, macos-13 ]
34
34
python :
35
35
- ' 3.6'
36
36
- ' 3.9'
@@ -1118,8 +1118,8 @@ jobs:
1118
1118
run : git clean -fdx
1119
1119
1120
1120
macos_brew_install_llvm :
1121
- name : " macos-latest • brew install llvm"
1122
- runs-on : macos-latest
1121
+ name : " macos-13 • brew install llvm"
1122
+ runs-on : macos-13
1123
1123
1124
1124
env :
1125
1125
# https://apple.stackexchange.com/questions/227026/how-to-install-recent-clang-with-homebrew
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- runs-on : [ubuntu-20.04, macos-latest , windows-latest]
27
+ runs-on : [ubuntu-20.04, macos-13 , windows-latest]
28
28
arch : [x64]
29
29
cmake : ["3.26"]
30
30
37
37
arch : x64
38
38
cmake : " 3.29"
39
39
40
- - runs-on : macos-latest
40
+ - runs-on : macos-13
41
41
arch : x64
42
42
cmake : " 3.7"
43
43
You can’t perform that action at this time.
0 commit comments