Skip to content

Commit f7a5b3e

Browse files
committed
only run on windows
1 parent 0621b95 commit f7a5b3e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
os: [ubuntu-22.04, macos-13]
31-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
30+
os: [windows-latest]
31+
python: ["3.12"]
3232

3333
steps:
3434
- uses: actions/checkout@v3

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [ubuntu-20.04, macos-13] # windows-2019
23+
os: [windows-latest]
2424

2525
steps:
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)