mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Switch away from ubuntu-latest
This commit is contained in:
parent
261b5a76d8
commit
e9b3e2f750
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ stages:
|
|||
variables:
|
||||
- group: certbot-common
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
vmImage: ubuntu-20.04
|
||||
steps:
|
||||
- bash: |
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in a new issue