From 0c3dfefcf6b6db6fcc9bab07b9ef20085e37ef13 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Mon, 10 Jul 2023 07:07:53 +0800 Subject: [PATCH] :green_heart: Update ci scripts --- .github/workflows/Release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index e05f310..dc4a9a3 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -15,7 +15,8 @@ jobs: ci-pass: name: CI is green - runs-on: ${{ env.host_linux }} + # https://github.com/actions/runner/issues/2394 + runs-on: ubuntu-latest # ${{ env.host_linux }} needs: - check_release - build_release_assets