Remove tests for Ubuntu 16.04.

Github Actions nuked support for 16.04 and all CI runs are failing.
This commit is contained in:
Hans-Kristian Arntzen 2021-09-23 12:33:46 +02:00
parent 0f12557695
commit 3ca99bbbcc

View File

@ -14,7 +14,7 @@ jobs:
name: "Build ${{ matrix.platform }}"
strategy:
matrix:
platform: [windows-latest, ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest]
platform: [windows-latest, ubuntu-18.04, ubuntu-20.04, macos-latest]
env:
PARALLEL: -j 2