File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
matrix :
11
- os : [macOS-latest, ubuntu-latest, windows-latest ]
11
+ os : [macOS-latest, ubuntu-latest]
12
12
13
13
# Always run master branch builds to completion. This allows the cache to
14
14
# stay mostly up-to-date in situations where a single job fails due to
@@ -121,8 +121,8 @@ jobs:
121
121
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
122
122
with :
123
123
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
126
126
target/release/hello_qjs-x86_64-unknown-linux-gnu.zip
127
127
target/release/hello_v8-x86_64-unknown-linux-gnu.zip
128
128
target/release/hello_qjs-x86_64-apple-darwin.zip
You can’t perform that action at this time.
0 commit comments