From 9e02983dd18596e7bf2fff655e2a06bd7a2e5c64 Mon Sep 17 00:00:00 2001 From: mzz <2017@duck.com> Date: Wed, 22 Mar 2023 21:08:38 +0800 Subject: [PATCH] chore: temp use github runners to release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f82c09..dadfe37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: # END Linux ARM 5 6 7 fail-fast: false - runs-on: self-hosted + runs-on: ubuntu-22.04 env: GOOS: ${{ matrix.goos }} GOARCH: ${{ matrix.goarch }} @@ -138,7 +138,7 @@ jobs: tag: ${{ github.ref }} docker: - runs-on: self-hosted + runs-on: ubuntu-22.04 steps: - name: Checkout codebase uses: actions/checkout@v3