From 1fc0e6dd25da33251aa84590b5d11b438cdd98e2 Mon Sep 17 00:00:00 2001 From: Haishan Date: Sat, 27 Aug 2022 14:45:24 +0800 Subject: [PATCH] Runs on ubuntu-latest --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index baf9775..f83d493 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -5,7 +5,7 @@ concurrency: cancel-in-progress: true jobs: install: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: node-version: [16.x] @@ -88,7 +88,7 @@ jobs: docker: needs: install - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/') || startsWith(github.event.ref, 'refs/heads/v0.') || github.event.ref == 'refs/heads/master' || github.event.ref == 'refs/heads/test') steps: - uses: actions/checkout@v3