From c0dabe9b5ab62a710a54edc4bf80834ed46a3ae0 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sat, 2 Apr 2022 13:57:09 +1100 Subject: [PATCH] Corrected release runs-on --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1bc7809f7..7206c0a34 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -31,7 +31,7 @@ jobs: release: name: Create Release - runs-on: linux-latest + runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" needs: [macos, linux] steps: