mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-10 17:10:00 +01:00
travis: Make macOS builds use Xcode 10
Keeps the toolchain up to date and allows the use of things like <optional> and <variant> from the standard library.
This commit is contained in:
parent
f0920c0ded
commit
6e3e251031
@ -43,6 +43,6 @@ matrix:
|
|||||||
- env: NAME="macOS Build"
|
- env: NAME="macOS Build"
|
||||||
os: osx
|
os: osx
|
||||||
sudo: false
|
sudo: false
|
||||||
osx_image: xcode9.4
|
osx_image: xcode10
|
||||||
install: ./.travis/build-x86_64-macos/deps.sh
|
install: ./.travis/build-x86_64-macos/deps.sh
|
||||||
script: ./.travis/build-x86_64-macos/build.sh
|
script: ./.travis/build-x86_64-macos/build.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user