From 976245a00c1069a94040a68fd478f34bd287b74c Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 31 Oct 2023 13:15:15 +0100 Subject: [PATCH] CI: pin runner (#146) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 251e95a..6e82867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: # run: scripts/ci-check ci: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout wren-console uses: actions/checkout@v2