From dba0bcd5351146180992519ca340bf9fe50e946f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Wed, 30 Jun 2021 21:46:53 +0200 Subject: [PATCH] Freeze build step ubuntu runner at 20.04 This will hopefully also freeze the minimum required glibc version at 2.29. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7698c2ffa..f9a145e4f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -79,7 +79,7 @@ jobs: ######################################################### include: - platform_short: lin - os: ubuntu-latest + os: ubuntu-20.04 suffix: '' - platform_short: mac os: macos-latest