pipelines: add vmimage to publish job

Avoid brownouts - actions/virtual-environments#3287
This commit is contained in:
ilike2burnthing 2021-10-11 20:44:33 +01:00 committed by GitHub
parent 12ce27da7f
commit 0bd93f8f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -512,6 +512,8 @@ stages:
- job: Publish
workspace:
clean: all
pool:
vmImage: ubuntu-latest
steps:
- checkout: self