diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6db4e0f5..fb58d685 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: check-wasm: name: Check if WASM support compiles needs: [clippy] + runs-on: ubuntu-latest steps: - name: Checkout the repo