Skip to content

Commit 6bf3aff

Browse files
committedSep 12, 2023
skip windows for release workflow as well
1 parent f0d2d27 commit 6bf3aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/frontends.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: ["windows-latest", "ubuntu-22.04", "macOS-latest"]
21+
os: ["ubuntu-22.04", "macOS-latest"]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.