From a8a04b6a29640829e41ee3f3e647cdba80347301 Mon Sep 17 00:00:00 2001 From: Ryan Aldrich Date: Tue, 14 Mar 2023 12:15:54 -0700 Subject: [PATCH] Set Linux release builds to Ubuntu 20.04 (#64264) Fix #64210 Linux release builds had been set to target ubuntu-latest. This picked up ubuntu 22.10, which requires glibc 2.34, resulting in missing symbols which prevented the game from running on the current, stable release of other Linux distributions such as Debian 11. Targeting ubutnu 20.04 should avoid breaking compatibility, and also matches the OS settings configured for the rest of the build matrix. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fa506ab1f510..561ede5c5a0df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,7 +116,7 @@ jobs: content: application/zip sound: 1 - name: Linux Tiles x64 - os: ubuntu-latest + os: ubuntu-20.04 mxe: none android: none tiles: 1 @@ -125,7 +125,7 @@ jobs: ext: tar.gz content: application/gzip - name: Linux Tiles Sounds x64 - os: ubuntu-latest + os: ubuntu-20.04 mxe: none android: none tiles: 1 @@ -134,7 +134,7 @@ jobs: ext: tar.gz content: application/gzip - name: Linux Curses x64 - os: ubuntu-latest + os: ubuntu-20.04 mxe: none android: none tiles: 0