Revert "Test on ubuntu-20.04 for older libc releases."

Ubuntu 20.04 doesn't appear to be supported by the Godot Rust bindings
due to only shipping glibc 2.31 when 2.32 is the minimum required
version.

This reverts commit 6d48c23e3e.
This commit is contained in:
Nolan Darilek 2022-12-12 08:18:06 -06:00
parent 6d48c23e3e
commit 2dba6d0a55

View File

@ -9,7 +9,7 @@ jobs:
name: Check
strategy:
matrix:
os: [windows-latest, ubuntu-20.04, macos-latest]
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2