Skip to content

Commit afa3730

Browse files
committed
delete macos-13-arm from os matrix
1 parent 8c8672a commit afa3730

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
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest, macos-13-arm, windows-latest]
37+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest, windows-latest]
3838

3939
steps:
4040
- uses: actions/checkout@v4
@@ -86,7 +86,7 @@ jobs:
8686
name: Run example notebooks on ${{ matrix.os }}
8787
strategy:
8888
matrix:
89-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest, macos-13-arm, windows-latest]
89+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest, windows-latest]
9090

9191
steps:
9292
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)