From 4c5492fbecd30949dcbe8a71705a73e96077fe6a Mon Sep 17 00:00:00 2001 From: ohemorange Date: Mon, 9 Jun 2025 12:45:53 -0700 Subject: [PATCH] Use ubuntu-latest for mattermost-notify on azure (#10324) There's no reason to be using a specific vmImage here; set it to `ubuntu-latest` so we don't have to regularly update this. Fixes https://github.com/certbot/certbot/issues/10322. --- .azure-pipelines/templates/stages/notify-failure-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/stages/notify-failure-stage.yml b/.azure-pipelines/templates/stages/notify-failure-stage.yml index c47342690..1542f5ebc 100644 --- a/.azure-pipelines/templates/stages/notify-failure-stage.yml +++ b/.azure-pipelines/templates/stages/notify-failure-stage.yml @@ -5,7 +5,7 @@ stages: variables: - group: certbot-common pool: - vmImage: ubuntu-20.04 + vmImage: ubuntu-latest steps: - bash: | set -e