From 9e554ce527ecb4027e771fe98e0884e2c596d632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Wed, 10 Feb 2021 13:32:13 +0100 Subject: [PATCH] ci(macos): update InstallAppleCertificate action to version 2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bccfedb95..a42fc561d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -160,7 +160,7 @@ jobs: - script: ./CI/build-macos.sh displayName: 'Build obs-websocket' - - task: InstallAppleCertificate@1 + - task: InstallAppleCertificate@2 displayName: 'Install release signing certificates' condition: eq(variables['isReleaseMode'], true) inputs: