From ae8d5ef88ca7b06e4cd5d90c8d96e417ba9e347f Mon Sep 17 00:00:00 2001 From: Ricardo Rius Date: Tue, 8 Nov 2022 12:02:10 +0100 Subject: [PATCH] Update Ubuntu action --- .github/workflows/build-publish-image.yml | 2 +- .github/workflows/check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish-image.yml b/.github/workflows/build-publish-image.yml index 53b03eb..328de3d 100644 --- a/.github/workflows/build-publish-image.yml +++ b/.github/workflows/build-publish-image.yml @@ -24,7 +24,7 @@ env: jobs: build: # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6428ff9..1ebc620 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,7 +15,7 @@ on: jobs: check: # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: