Skip to content

Commit

Permalink
CI: bump to Ubuntu 20.04 (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu authored Aug 14, 2022
1 parent b99496a commit 40f046c
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 @@ -74,10 +74,10 @@ stages:
NEURON_BRANCH: $[stageDependencies.fetch_config.github.outputs['prdesc.NEURON_BRANCH']]
CORENEURON_BRANCH: $[stageDependencies.fetch_config.github.outputs['prdesc.CORENEURON_BRANCH']]
jobs:
- job: 'ubuntu1804'
- job: 'ubuntu2004'
pool:
vmImage: 'ubuntu-18.04'
displayName: 'Ubuntu (18.04), GCC 8.4'
vmImage: 'ubuntu-20.04'
displayName: 'Ubuntu (20.04), GCC 8.4'
steps:
- checkout: self
submodules: False
Expand Down Expand Up @@ -241,7 +241,7 @@ stages:
- job: 'manylinux_wheels'
timeoutInMinutes: 45
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
strategy:
matrix:
${{ if eq(variables.buildWheel, True) }}:
Expand Down

0 comments on commit 40f046c

Please sign in to comment.