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.
This commit is contained in:
ohemorange
2025-06-09 12:45:53 -07:00
committed by GitHub
parent 1d9fc8dccf
commit 4c5492fbec
@@ -5,7 +5,7 @@ stages:
variables:
- group: certbot-common
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- bash: |
set -e