From 2bbea24f80d050c43b6800f28e1c282c2dd5ff39 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Sun, 20 Apr 2025 15:41:35 -0300 Subject: [PATCH] Drop Ubuntu 20.04 from the CI platforms --- .github/actions/plan/platforms.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/actions/plan/platforms.ts b/.github/actions/plan/platforms.ts index 6db549963..1dd74b31c 100644 --- a/.github/actions/plan/platforms.ts +++ b/.github/actions/plan/platforms.ts @@ -5,7 +5,6 @@ export const selfHostedRunners = { export type StandardRunnerOS = | "ubuntu-24.04" | "ubuntu-22.04" - | "ubuntu-20.04" | "macos-13" | "macos-14" | "windows-latest"; @@ -59,17 +58,6 @@ export const all = { artifactMarker: "ubuntu2204", isBroken: false, }, - ubuntu2004: { - name: "Ubuntu 20.04", - os: "ubuntu-20.04", - buildEnvScript: buildEnvScriptPath("ubuntu.sh"), - isOnSelfHostedRunner: false, - essential: false, - env: {}, - cacheKey: "ubuntu2004-amd64", - artifactMarker: "ubuntu2004", - isBroken: false, - }, windows: { name: "Windows", os: "windows-latest",