diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-06-07 12:07:23 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-06-07 12:07:23 -0400 |
| commit | 786f3cdd135fa29906ec9b78155c03406f9e79ce (patch) | |
| tree | 7ddd1f7208ffd9ea56b683bab1222544387bdda3 /ci | |
| parent | fb5e03b983f7a7a776b4f67f2426da6b7ecfdb0c (diff) | |
| download | zig-786f3cdd135fa29906ec9b78155c03406f9e79ce.tar.gz zig-786f3cdd135fa29906ec9b78155c03406f9e79ce.zip | |
ci: let's try a new build of llvm+clang on 10.14
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/azure/macos_script | 2 | ||||
| -rw-r--r-- | ci/azure/pipelines.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/azure/macos_script b/ci/azure/macos_script index 13c24abd23..7a7f1d1bce 100755 --- a/ci/azure/macos_script +++ b/ci/azure/macos_script @@ -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" diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index 37fce2a27a..8e6fcde636 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -1,7 +1,7 @@ jobs: - job: BuildMacOS pool: - vmImage: 'macOS 10.13' + vmImage: 'macOS 10.14' timeoutInMinutes: 360 |
