From e637629f12237739fe0c34306bf539bde2688c2e Mon Sep 17 00:00:00 2001 From: Matt Alvarado Date: Mon, 19 May 2025 16:18:52 -0400 Subject: [PATCH] Remove 20.04 from the release build pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50809e55..0aa9cffe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: release-assets: strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2022] + os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2022] runs-on: ${{ matrix.os }} env: