From 9726a11f2e96f1c6d47412e1b76b5759e913667b Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 25 Sep 2023 21:32:54 +0200 Subject: [PATCH] Use 22.04 for common and plugins CI targets Signed-off-by: falkTX --- .github/workflows/bootstrap.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index cea6143..18e9d61 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -14,23 +14,23 @@ jobs: include: - name: linux-aarch64 installer: apt - os: ubuntu-20.04 + os: ubuntu-22.04 target: linux-aarch64 - name: linux-armhf installer: apt - os: ubuntu-20.04 + os: ubuntu-22.04 target: linux-armhf - name: linux-i686 installer: apt - os: ubuntu-20.04 + os: ubuntu-22.04 target: linux-i686 - name: linux-riscv64 installer: apt - os: ubuntu-20.04 + os: ubuntu-22.04 target: linux-riscv64 - name: linux-x86_64 installer: apt - os: ubuntu-20.04 + os: ubuntu-22.04 target: linux-x86_64 - name: macos installer: homebrew @@ -320,23 +320,23 @@ jobs: include: - name: linux-aarch64 installer: apt - os: ubuntu-20.04 + os: ubuntu-22.04 target: linux-aarch64 - name: linux-armhf installer: apt - os: ubuntu-20.04 + os: ubuntu-22.04 target: linux-armhf - name: linux-i686 installer: apt - os: ubuntu-20.04 + os: ubuntu-22.04 target: linux-i686 - name: linux-riscv64 installer: apt - os: ubuntu-20.04 + os: ubuntu-22.04 target: linux-riscv64 - name: linux-x86_64 installer: apt - os: ubuntu-20.04 + os: ubuntu-22.04 target: linux-x86_64 - name: macos installer: homebrew