Skip to content

Commit c4b3b40

Browse files
committed
older macos
1 parent 40aa76b commit c4b3b40

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
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

.github/workflows/wheel.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
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
@@ -35,11 +35,6 @@ jobs:
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

0 commit comments

Comments
 (0)