mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
fix(ci): Updates azure pipelines
* now using ubuntu-20.04
This commit is contained in:
parent
9b3e7f365a
commit
13b412558f
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user