Skip to content

Commit

Permalink
Updated some files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hotio committed Aug 20, 2023
1 parent 7856188 commit 547e24d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,7 +18,7 @@ jobs:
done
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
architecture: [linux-arm64, linux-amd64]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
fi
notify:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: always()
needs: [build, publish]
steps:
Expand Down

0 comments on commit 547e24d

Please sign in to comment.