From 2f690f83715e1442a9aead7e91678cf2c976df7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Fri, 9 Sep 2022 08:42:04 -0400 Subject: [PATCH] ci: Bump macOS and linux images --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aae76926..d005fe63 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -95,7 +95,7 @@ jobs: ArtifactName: macOS DisableNet6MobileTargets: true pool: - vmImage: macOS-10.15 + vmImage: macOS-12 variables: - name: SkipUnknownFrameworks @@ -124,9 +124,9 @@ jobs: - job: Linux pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-latest' - container: unoplatform/wasm-build:2.2 + container: unoplatform/wasm-build:3.0 variables: ArtifactName: WASM