Skip to content

Commit e6b1971

Browse files
authored
Merge pull request #243 from KamilSJaron/test-cibuildwheel
macos-13 -> macos-15-intel due to depreciation
2 parents 268a412 + 7b9b007 commit e6b1971

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ${{ matrix.os }}
5151
strategy:
5252
matrix:
53-
os: [ubuntu-latest, macos-13, macos-14] # macos-13=x86, macos-14=arm64
53+
os: [ubuntu-latest, macos-15-intel, macos-14] # macos-15-intel=x86, macos-14=arm64
5454

5555
steps:
5656
- uses: actions/checkout@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, macos-13, macos-14]
13+
os: [ubuntu-latest, macos-15-intel, macos-14]
1414

1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)