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 @@ -238,11 +238,11 @@ jobs:
238
238
pool : ubuntu-20.04
239
239
- jobname : osx-clang
240
240
cc : clang
241
- pool : macos-latest
241
+ pool : macos-12
242
242
- jobname : osx-gcc
243
243
cc : gcc
244
244
cc_package : gcc-9
245
- pool : macos-latest
245
+ pool : macos-12
246
246
- jobname : linux-gcc-default
247
247
cc : gcc
248
248
pool : ubuntu-latest
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ubuntu-*)
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 @@ -252,7 +252,7 @@ ubuntu-*)
252
252
GIT_LFS_PATH=" $HOME /custom/git-lfs"
253
253
export PATH=" $GIT_LFS_PATH :$P4_PATH :$PATH "
254
254
;;
255
- macos-latest )
255
+ macos-* )
256
256
if [ " $jobname " = osx-gcc ]
257
257
then
258
258
MAKEFLAGS=" $MAKEFLAGS PYTHON_PATH=$( which python3) "
You can’t perform that action at this time.
0 commit comments