From c21a608084ab5dd1b3c58ebf4a0f479589d468da Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Tue, 10 Oct 2023 12:28:54 +0300 Subject: [PATCH] Use ubuntu-22.04 Docker action image for all workflows Signed-off-by: Martin Tzvetanov Grigorov --- .github/workflows/base-glibc-busybox-bash.yaml | 2 +- .github/workflows/base-glibc-debian-bash.yaml | 2 +- .github/workflows/bioconda-recipes-issue-responder.yaml | 2 +- .github/workflows/bot.yaml | 2 +- .github/workflows/create-env.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/base-glibc-busybox-bash.yaml b/.github/workflows/base-glibc-busybox-bash.yaml index 1a5a5179..81940c1d 100644 --- a/.github/workflows/base-glibc-busybox-bash.yaml +++ b/.github/workflows/base-glibc-busybox-bash.yaml @@ -14,7 +14,7 @@ on: jobs: build: name: Build & Push - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: # The base image is not intended to change often and should be used with # version tags or checksum IDs, but not via "latest". diff --git a/.github/workflows/base-glibc-debian-bash.yaml b/.github/workflows/base-glibc-debian-bash.yaml index 2c26964e..48e6e7a4 100644 --- a/.github/workflows/base-glibc-debian-bash.yaml +++ b/.github/workflows/base-glibc-debian-bash.yaml @@ -14,7 +14,7 @@ on: jobs: build: name: Build & Push - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: # The base image is not intended to change often and should be used with # version tags or checksum IDs, but not via "latest". diff --git a/.github/workflows/bioconda-recipes-issue-responder.yaml b/.github/workflows/bioconda-recipes-issue-responder.yaml index 8f20bd09..93870f3a 100644 --- a/.github/workflows/bioconda-recipes-issue-responder.yaml +++ b/.github/workflows/bioconda-recipes-issue-responder.yaml @@ -14,7 +14,7 @@ on: jobs: build: name: Build & Push - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: IMAGE_NAME: bioconda-recipes-issue-responder IMAGE_VERSION: '1.1.1' diff --git a/.github/workflows/bot.yaml b/.github/workflows/bot.yaml index 432eccb3..58fde79b 100644 --- a/.github/workflows/bot.yaml +++ b/.github/workflows/bot.yaml @@ -23,7 +23,7 @@ jobs: packages: "anaconda-client skopeo" - tag: update packages: "git openssh" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: IMAGE_NAME: bot IMAGE_VERSION: '1.1.23' diff --git a/.github/workflows/create-env.yaml b/.github/workflows/create-env.yaml index 1f74ffe9..9c71f6a8 100644 --- a/.github/workflows/create-env.yaml +++ b/.github/workflows/create-env.yaml @@ -14,7 +14,7 @@ on: jobs: build: name: Build & Push - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: IMAGE_VERSION: '3.0.0' IMAGE_NAME: create-env