From 957bca1a14a939c2e0e984888fed5c6516885fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 23 Mar 2021 12:02:32 +0100 Subject: [PATCH] CI: Add the missing runs-on definition --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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