Skip to content

Commit

Permalink
azure-pipelines.yml: remove ubuntu-18.04 and macOS-11 build
Browse files Browse the repository at this point in the history
AzureDevOps will remove support for macOS-11 and also ubuntu-18.04 arm
builds got updated to ubuntu-20.04.

Signed-off-by: Andreea Andrisan <[email protected]>
  • Loading branch information
AAndrisa committed Jul 22, 2024
1 parent d6c329f commit 2d15abb
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
vmImage: 'ubuntu-latest'
strategy:
matrix:
ubuntu_18_04_x86_64:
image: 'tfcollins/libiio_ubuntu_18_04-ci:latest'
artifactName: 'Linux-Ubuntu-18.04'
build_script: ci-linux.sh
OS_TYPE: default
PACKAGE_TO_INSTALL: '/ci/build/*.deb'
ubuntu_20_04_x86_64:
image: 'tfcollins/libiio_ubuntu_20_04-ci:latest'
artifactName: 'Linux-Ubuntu-20.04'
Expand Down Expand Up @@ -169,22 +163,22 @@ jobs:
strategy:
matrix:
ubuntu-ppc64le:
image: tfcollins/libiio_ubuntu_18_04-ci-arm-ppc:latest
image: tfcollins/libiio_ubuntu_20_04-ci-arm-ppc:latest
arch: ppc64le
build_script: ci-ubuntu.sh
artifactName: 'Ubuntu-ppc64le'
ubuntu-x390x:
image: tfcollins/libiio_ubuntu_18_04-ci-arm-ppc:latest
image: tfcollins/libiio_ubuntu_20_04-ci-arm-ppc:latest
arch: s390x
build_script: ci-ubuntu.sh
artifactName: 'Ubuntu-x390x'
debian_buster_arm32v7:
image: tfcollins/libiio_ubuntu_18_04-ci-arm-ppc:latest
image: tfcollins/libiio_ubuntu_20_04-ci-arm-ppc:latest
arch: arm
build_script: ci-ubuntu.sh
artifactName: 'Ubuntu-arm32v7'
debian_buster_arm64v8:
image: tfcollins/libiio_ubuntu_18_04-ci-arm-ppc:latest
image: tfcollins/libiio_ubuntu_20_04-ci-arm-ppc:latest
arch: aarch64
build_script: ci-ubuntu.sh
artifactName: 'Ubuntu-arm64v8'
Expand Down Expand Up @@ -231,11 +225,6 @@ jobs:
clean: all
strategy:
matrix:
macOS_11:
poolName: 'Azure Pipelines'
vmImage: 'macOS-11'
agentName: 'Azure Pipelines 4'
artifactName: 'macOS-11'
macOS_12:
poolName: 'Azure Pipelines'
vmImage: 'macOS-12'
Expand Down

0 comments on commit 2d15abb

Please sign in to comment.