fix(ci): Updates azure pipelines

* now using ubuntu-20.04
This commit is contained in:
Götz Görisch 2023-01-11 16:47:03 +00:00 committed by Julius Pfrommer
parent 9b3e7f365a
commit 13b412558f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ jobs:
- job: 'dist_debian'
displayName: 'Dist (debian)'
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
steps:
- checkout: self
submodules: recursive

View File

@ -5,7 +5,7 @@ jobs:
- job: 'cross_freeRTOS'
displayName: 'Arch (freeRTOS)'
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
variables:
IDF_PATH: $(Build.BinariesDirectory)/esp-idf
steps: