Switch away from ubuntu-latest

This commit is contained in:
Brad Warren 2021-01-14 16:19:26 -08:00
parent 261b5a76d8
commit e9b3e2f750
2 changed files with 2 additions and 2 deletions

View file

@ -75,6 +75,6 @@ jobs:
- template: ../steps/tox-steps.yml
- job: test_sphinx_builds
pool:
vmImage: ubuntu-latest
vmImage: ubuntu-20.04
steps:
- template: ../steps/sphinx-steps.yml

View file

@ -5,7 +5,7 @@ stages:
variables:
- group: certbot-common
pool:
vmImage: ubuntu-latest
vmImage: ubuntu-20.04
steps:
- bash: |
set -e