Skip to content

Commit 66e3cf1

Browse files
authored
MAINT update OS version on CIs (#950)
1 parent b224f6d commit 66e3cf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
# Check compilation with Ubuntu bionic 18.04 LTS and scipy from conda-forge
106106
- template: build_tools/azure/posix.yml
107107
parameters:
108-
name: Ubuntu_Bionic
109-
vmImage: ubuntu-18.04
108+
name: Ubuntu_Jammy_Jellyfish
109+
vmImage: ubuntu-22.04
110110
dependsOn: [git_commit, linting]
111111
condition: |
112112
and(
@@ -236,7 +236,7 @@ jobs:
236236
- template: build_tools/azure/posix.yml
237237
parameters:
238238
name: macOS
239-
vmImage: macOS-10.15
239+
vmImage: macOS-11
240240
dependsOn: [linting, git_commit]
241241
condition: |
242242
and(

0 commit comments

Comments
 (0)