Skip to content

Commit 8d57ab1

Browse files
committed
disable mac & windows for now
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent da714dd commit 8d57ab1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
needs: build-python
7373
strategy:
7474
matrix:
75-
os: [ubuntu-latest, macos-latest, windows-latest]
75+
# os: [ ubuntu-latest, macos-latest, windows-latest ]
76+
os: [ubuntu-latest]
7677
python: ["3.11", "3.12", "3.13"]
7778
fail-fast: false
7879
runs-on: ${{ matrix.os }}
@@ -101,7 +102,7 @@ jobs:
101102
github-release:
102103
needs:
103104
- build-python
104-
# - tests
105+
- tests
105106
permissions:
106107
contents: write
107108
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)