mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-14 04:34:08 +02:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user