From e5e93c609c62a5f6d0ba11c237ec95403f9e22cb Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 17 Jun 2022 13:48:38 +0100 Subject: [PATCH] ci: fix invalid runner name --- .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 b3d5b2ce0..4d7eec62a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: macos: needs: lint - runs-on: macos-11.0 + runs-on: macos-11 if: github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' timeout-minutes: 30