File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 settings :
10- - host : macos-12
10+ - host : macos-13
1111 target : macos-x64
1212 - host : macos-14
1313 target : macos-arm64
2727
2828 - if : matrix.settings.host == 'macos-14'
2929 run : brew install python-setuptools
30- - if : matrix.settings.host == 'macos-12 '
30+ - if : matrix.settings.host == 'macos-13 '
3131 run : pip install setuptools
3232 - run : yarn
3333 - run : yarn run build
Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 settings :
13- - host : macos-12
13+ - host : macos-13
1414 target : macos-x64
1515 - host : macos-14
1616 target : macos-arm64
3030
3131 - if : matrix.settings.host == 'macos-14'
3232 run : brew install python-setuptools
33- - if : matrix.settings.host == 'macos-12 '
33+ - if : matrix.settings.host == 'macos-13 '
3434 run : pip install setuptools
3535 - run : yarn
3636 - run : yarn run build
You can’t perform that action at this time.
0 commit comments