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 @@ -203,7 +203,7 @@ jobs:
203203 - uses : actions/checkout@v3
204204 - uses : dtolnay/rust-toolchain@stable
205205 - run : choco install wget
206- if : matrix .os == 'windows-latest '
206+ if : runner .os == 'Windows '
207207 - name : Install precompiled wasm-pack
208208 shell : bash
209209 run : |
@@ -219,11 +219,11 @@ jobs:
219219 - name : Test (Chrome)
220220 run : wasm-pack test --headless --chrome --features=js,test-in-browser
221221 - name : Test (Edge)
222- if : matrix .os == 'windows-latest '
222+ if : runner .os == 'Windows '
223223 run : wasm-pack test --headless --chrome --chromedriver $Env:EDGEWEBDRIVER\msedgedriver.exe --features=js,test-in-browser
224224 # Safari tests are broken: https://github.com/rustwasm/wasm-bindgen/issues/3004
225225 # - name: Test (Safari)
226- # if: matrix .os == 'macos-12 '
226+ # if: runner .os == 'macOS '
227227 # run: wasm-pack test --headless --safari --features=js,test-in-browser
228228 - name : Test (custom getrandom)
229229 run : wasm-pack test --node --features=custom
You can’t perform that action at this time.
0 commit comments