mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-21 18:55:57 +00:00
Test on ubuntu-20.04 for older libc releases.
This commit is contained in:
parent
f21d3357e9
commit
6d48c23e3e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
name: Check
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
os: [windows-latest, ubuntu-20.04, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue
Block a user