Skip to content

Commit 7c3cf20

Browse files
committed
disable windows for now
1 parent c426d77 commit 7c3cf20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: startsWith(github.ref, 'refs/tags/v')
8686
strategy:
8787
matrix:
88-
os: [ubuntu-latest, macos-latest, windows-latest]
88+
os: [ubuntu-latest, macos-latest]
8989
runs-on: ${{ matrix.os }}
9090
steps:
9191
- name: Check out code

.github/workflows/release-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: needs.check-permissions.outputs.allowed == 'true'
3939
strategy:
4040
matrix:
41-
os: [ubuntu-latest, macos-latest, windows-latest]
41+
os: [ubuntu-latest, macos-latest]
4242
runs-on: ${{ matrix.os }}
4343
permissions:
4444
contents: read

0 commit comments

Comments
 (0)