From d97fc928d205146831a81a437edf4d94a0e11f84 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Thu, 2 Feb 2023 12:32:17 -0500 Subject: [PATCH] Revert "Use ubuntu 20.04 for release builds (#12202)" The underlying issue has now been addressed in: https://github.com/vitessio/vitess/pull/12214 This reverts commit 4b3b37d41ec08130d162b5115904108cbb3dc14b. Signed-off-by: Matt Lord --- .github/workflows/create_release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index c1c4c20a044..219de38e817 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -10,12 +10,7 @@ on: jobs: build: name: Create Release - # Use the oldest supported Ubuntu release for vtorc as that uses - # sqlite and the library dynamically links in glibc with versioned - # symbols. Older libc symbols will allow the vtorc binary we build - # to be usable on a wider array of Linux distros. For more - # details see: https://github.com/vitessio/vitess/issues/12185 - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Set up Go