Skip to content

Commit 61ac4e8

Browse files
authored
add macos-14 builds (in addition to existing macos-15 builds) (#492)
1 parent 95434d8 commit 61ac4e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildwheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-15, macos-15-intel, windows-latest]
44+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-14, macos-15, macos-14-intel, macos-15-intel, windows-latest]
4545

4646
steps:
4747
- uses: actions/checkout@v4
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-15, macos-15-intel, windows-latest]
95+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-14, macos-15, macos-14-intel, macos-15-intel, windows-latest]
9696

9797
steps:
9898
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)