aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/azure/macos_script2
-rw-r--r--ci/azure/pipelines.yml2
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