From 03ada25e2c286ddbae8feb4d7eb8675e8afbc705 Mon Sep 17 00:00:00 2001 From: kakzhou719 Date: Thu, 22 Dec 2022 11:36:26 +0800 Subject: [PATCH] update release.yaml run os --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29c8366d80b..1a2dbb0fe51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ permissions: jobs: note: name: Pre note - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest timeout-minutes: 5 outputs: stringver: ${{ steps.contentrel.outputs.stringver }} @@ -63,7 +63,7 @@ jobs: strategy: matrix: - os: [ ubuntu-18.04 ] + os: [ ubuntu-latest ] steps: - name: Install Go @@ -108,7 +108,7 @@ jobs: release: name: Create sealer Release - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest timeout-minutes: 10 needs: [ build, note ]