Skip to content

Commit

Permalink
Bump azure ubuntu img to 18.04 LTS (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricrogz authored Sep 7, 2021
1 parent 11b6d08 commit 6413711
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ trigger:
- dev/*

jobs:
- job: Ubuntu_16_04_x64
- job: Ubuntu_18_04_x64
timeoutInMinutes: 90
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
variables:
compiler: gxx_linux-64=7.2.0
boost_version: 1.67.0
Expand All @@ -15,10 +15,10 @@ jobs:
shared_lib: ON
steps:
- template: .azure-pipelines/linux_build.yml
- job: Ubuntu_16_04_x64_static
- job: Ubuntu_18_04_x64_static
timeoutInMinutes: 90
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
variables:
compiler: gxx_linux-64=7.2.0
boost_version: 1.67.0
Expand Down

0 comments on commit 6413711

Please sign in to comment.