File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1414 matrix :
1515 python-version : ["3.10"]
1616 os :
17- - macos-15-large # Intel
18- - macos-15-xlarge # ARM64
17+ - macos-14-intel # Intel
18+ - macos-14 # ARM64
1919 - ubuntu-24.04 # Intel
2020 - ubuntu-24.04-arm # ARM64
2121 - windows-latest
Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 os :
19- - macos-15-large # Intel
20- - macos-15-xlarge # ARM64
19+ - macos-14-intel # Intel
20+ - macos-14 # ARM64
2121 - ubuntu-24.04 # Intel
2222 - ubuntu-24.04-arm # ARM64
2323 - windows-latest
3535 $os_version = (Get-CimInstance Win32_OperatingSystem).version
3636 Echo "OS_VERSION=$os_version" >> $env:GITHUB_ENV
3737
38- - name : " Set environment variables (MacOS)"
39- if : startsWith(runner.os, 'macOS')
40- run : |
41- echo "MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | cut -d '.' -f 1-2)" >> $env:GITHUB_ENV
42-
4338 - name : " Checkout repo"
4439 uses : actions/checkout@v5
4540
You can’t perform that action at this time.
0 commit comments