Github Workflow Ubuntu 16.04 -> 18.04

No hurry to merge it, can wait until ~September I guess

https://github.com/actions/virtual-environments/issues/3287
This commit is contained in:
def 2021-06-08 12:18:21 +02:00
parent 1e79a16f46
commit 88141078ca

View file

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-16.04]
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-18.04]
include:
- os: ubuntu-latest
cmake-args: -G "Unix Makefiles"
@ -24,7 +24,7 @@ jobs:
env:
CFLAGS: -Wdeclaration-after-statement -Werror
CXXFLAGS: -Werror
- os: ubuntu-16.04
- os: ubuntu-18.04
cmake-path: /usr/bin/
cmake-args: -G "Unix Makefiles"
package-file: DDNet-*-linux_x86_64.tar.xz