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",