From d17bee78187106ec5251c59c3a1e3491b593a9dc Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 13 Feb 2025 19:17:45 +0100 Subject: [PATCH] Build on Ubuntu 22.04 20.04 is no longer supported by GitHub Actions. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a466b44..f68e4513 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: include: - - { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' } + - { name: ubuntu-22.04, os: ubuntu-22.04, cross-target: '' } - { name: macos-universal, os: macos-macos-latest, cross-target: aarch64-apple-darwin } - { name: windows, os: windows-latest, cross-target: '' } name: Package plugin binaries