From 5001a2f1495b1620c1017c63b03b9ab719f9b2fa Mon Sep 17 00:00:00 2001 From: Pavel Panchekha Date: Thu, 1 Feb 2024 18:29:05 -0700 Subject: [PATCH] Wow, we weren't building egg-herbie --- .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 22ea18d5e..60744aeb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: include: - os: windows-latest os-name: windows - - os: ubuntu-18.04 # glibc compatability + - os: ubuntu-20.04 # keep old for glibc compatability os-name: ubuntu - os: macos-latest os-name: macOS