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 3030 strategy :
3131 fail-fast : false
3232 matrix :
33- runs-on : [ubuntu-20.04, windows-2022, macos-latest ]
33+ runs-on : [ubuntu-20.04, windows-2022, macos-13 ]
3434 python :
3535 - ' 3.6'
3636 - ' 3.9'
@@ -1118,8 +1118,8 @@ jobs:
11181118 run : git clean -fdx
11191119
11201120 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
11231123
11241124 env :
11251125 # https://apple.stackexchange.com/questions/227026/how-to-install-recent-clang-with-homebrew
Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- runs-on : [ubuntu-20.04, macos-latest , windows-latest]
27+ runs-on : [ubuntu-20.04, macos-13 , windows-latest]
2828 arch : [x64]
2929 cmake : ["3.26"]
3030
3737 arch : x64
3838 cmake : " 3.29"
3939
40- - runs-on : macos-latest
40+ - runs-on : macos-13
4141 arch : x64
4242 cmake : " 3.7"
4343
You can’t perform that action at this time.
0 commit comments