1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Update azure using Ubuntu version to Latest

This commit is contained in:
Asizon 2021-08-22 10:20:13 +02:00
parent add05864bf
commit bcdc86e7d6

View file

@ -41,7 +41,7 @@ stages:
jobs:
- job: 'Linux'
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-latest'
steps:
- script: make arm_sdk_install
displayName: 'Install the build toolchain'