Skip to content

Commit 9ba41db

Browse files
committed
fix ci: remove windows
Signed-off-by: 迷渡 <[email protected]>
1 parent eac0993 commit 9ba41db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [macOS-latest, ubuntu-latest, windows-latest]
11+
os: [macOS-latest, ubuntu-latest]
1212

1313
# Always run master branch builds to completion. This allows the cache to
1414
# stay mostly up-to-date in situations where a single job fails due to
@@ -121,8 +121,8 @@ jobs:
121121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122122
with:
123123
files: |
124-
target/release/hello_qjs-x86_64-pc-windows-msvc.zip
125-
target/release/hello_v8-x86_64-pc-windows-msvc.zip
124+
# target/release/hello_qjs-x86_64-pc-windows-msvc.zip
125+
# target/release/hello_v8-x86_64-pc-windows-msvc.zip
126126
target/release/hello_qjs-x86_64-unknown-linux-gnu.zip
127127
target/release/hello_v8-x86_64-unknown-linux-gnu.zip
128128
target/release/hello_qjs-x86_64-apple-darwin.zip

0 commit comments

Comments
 (0)