mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: disable macos for now in wasm_backend_ci.yml
, until github runners for it, can resolve again the get.wasmer.io
domain (#22227)
This commit is contained in:
parent
83a015b940
commit
deb7ddd9d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/wasm_backend_ci.yml
vendored
4
.github/workflows/wasm_backend_ci.yml
vendored
|
@ -47,9 +47,9 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-12, windows-2022]
|
||||
os: [ubuntu-22.04, windows-2022]
|
||||
fail-fast: false
|
||||
timeout-minutes: 121
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
VTEST_ONLY: wasm
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue