Build with Ubuntu LTS instead of Debian Stable.

Debian has served us well, but byuu would like to start using C++17 features
which generally requires GCC7. Debian Stable only has GCC6 right now, while
Ubuntu LTS has the required version, so that should get things going again.
This commit is contained in:
Tim Allen 2019-01-03 20:37:30 +11:00
parent aaf094e7c4
commit 1fd6d983da
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# NOTE: This file is not part of the official higan source, it's been added
# to help build WIP binaries with minimal fuss.
image: debian:stable
image: ubuntu:latest
higan-linux-x86_64-binaries:
script: