Skip to content

Commit

Permalink
Revert "Use ubuntu 20.04 for release builds (#12202)" (#12220)
Browse files Browse the repository at this point in the history
The underlying issue has now been addressed in:
  #12214

This reverts commit 4b3b37d.

Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord authored Feb 2, 2023
1 parent f139edd commit 29dd644
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29dd644

Please sign in to comment.