From 547e24d21c43b5f70332411f7d56f33d7ee821df Mon Sep 17 00:00:00 2001 From: hotio Date: Sun, 20 Aug 2023 01:38:36 +0000 Subject: [PATCH] Updated some files [skip ci] --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6875861e4..1f9fc82a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: push jobs: check: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3 @@ -18,7 +18,7 @@ jobs: done build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: architecture: [linux-arm64, linux-amd64] @@ -208,7 +208,7 @@ jobs: delay: 5 publish: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: registry: [docker.io, ghcr.io] @@ -294,7 +294,7 @@ jobs: fi notify: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: always() needs: [build, publish] steps: