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:
Delyan Angelov 2024-09-15 20:03:32 +03:00 committed by GitHub
parent 83a015b940
commit deb7ddd9d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: