diff options
Diffstat (limited to '.github/workflows/ubuntu.yml')
| -rw-r--r-- | .github/workflows/ubuntu.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d2750a9..2c779c5 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,7 +7,8 @@ jobs: strategy: matrix: os: - - ubuntu-16.04 + - ubuntu-22.04 # should be latest, documentation is outdated + - ubuntu-20.04 # latest - ubuntu-18.04 config: - "" |
