mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 00:26:57 +00:00
ci: let's try a new build of llvm+clang on 10.14
This commit is contained in:
parent
fb5e03b983
commit
786f3cdd13
@ -6,7 +6,7 @@ set -e
|
||||
brew install s3cmd gcc@8
|
||||
|
||||
ZIGDIR="$(pwd)"
|
||||
CACHE_BASENAME="llvm+clang-8.0.0-macos-x86_64-gcc8-release-static"
|
||||
CACHE_BASENAME="llvm+clang-8.0.0-macos-x86_64-gcc8-release"
|
||||
PREFIX="$HOME/$CACHE_BASENAME"
|
||||
TMPDIR="$HOME/tmpz"
|
||||
JOBS="-j2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
jobs:
|
||||
- job: BuildMacOS
|
||||
pool:
|
||||
vmImage: 'macOS 10.13'
|
||||
vmImage: 'macOS 10.14'
|
||||
|
||||
timeoutInMinutes: 360
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user