mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-11-01 02:26:43 +00:00
ci: Use ubuntu-latest vmImage where applicable
Not specifying the vmImage defaults to ubuntu-16.04, which will be deprecated soon and is experiencing brownouts.
This commit is contained in:
parent
df32c5e496
commit
3cb7acfc3f
4 changed files with 12 additions and 0 deletions
|
|
@ -29,5 +29,7 @@ stages:
|
|||
jobs:
|
||||
- job: release
|
||||
displayName: 'source'
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
steps:
|
||||
- template: ./templates/release-private-tag.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue