File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -240,11 +240,11 @@ jobs:
240
240
pool : ubuntu-latest
241
241
- jobname : osx-clang
242
242
cc : clang
243
- pool : macos-latest
243
+ pool : macos-12
244
244
- jobname : osx-gcc
245
245
cc : gcc
246
246
cc_package : gcc-9
247
- pool : macos-latest
247
+ pool : macos-12
248
248
- jobname : linux-gcc-default
249
249
cc : gcc
250
250
pool : ubuntu-latest
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ubuntu-latest)
30
30
cp git-lfs-$LINUX_GIT_LFS_VERSION /git-lfs .
31
31
popd
32
32
;;
33
- macos-latest )
33
+ macos-* )
34
34
export HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1
35
35
# Uncomment this if you want to run perf tests:
36
36
# brew install gnu-time
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ ubuntu-latest)
253
253
GIT_LFS_PATH=" $HOME /custom/git-lfs"
254
254
export PATH=" $GIT_LFS_PATH :$P4_PATH :$PATH "
255
255
;;
256
- macos-latest )
256
+ macos-* )
257
257
if [ " $jobname " = osx-gcc ]
258
258
then
259
259
MAKEFLAGS=" $MAKEFLAGS PYTHON_PATH=$( which python3) "
You can’t perform that action at this time.
0 commit comments