Set Linux release builds to Ubuntu 20.04 #64264
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Build "Set Linux release builds to Ubuntu 20.04"
Purpose of change
Fix #64210
Describe the solution
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.
Describe alternatives you've considered
Leaving it as-is and ending Debian compatibility.
Testing
None - this is a github release workflow change, and I don't have the knowledge or permissions to do a dry-run. I did confirm that Ubuntu 20.04 uses glibc 2.31 (same as Debian 11) and is a Long Term Support version.
Additional context
N/A