Skip to content

Commit

Permalink
Remove the deprecated macos
Browse files Browse the repository at this point in the history
Signed-off-by: Chin Yeung Li <[email protected]>
  • Loading branch information
chinyeungli committed Aug 30, 2024
1 parent 4fada71 commit b7413fb
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

################################################################################
# We use Azure to run the full tests suites on multiple Python 3.x
# on multiple Windows, macOS and Linux versions all on 64 bits
# These jobs are using VMs with Azure-provided Python builds
################################################################################

jobs:

- template: etc/ci/azure-posix.yml
parameters:
job_name: ubuntu20_cpython
Expand All @@ -23,22 +21,6 @@ jobs:
test_suites:
all: venv/bin/pytest -n 2 -vvs tests

- template: etc/ci/azure-posix.yml
parameters:
job_name: macos1015_cpython
image_name: macos-10.15
python_versions: ['3.8', '3.9', '3.10', '3.11']
test_suites:
all: venv/bin/pytest -n 2 -vvs tests

- template: etc/ci/azure-posix.yml
parameters:
job_name: macos11_cpython
image_name: macos-11
python_versions: ['3.8', '3.9', '3.10', '3.11']
test_suites:
all: venv/bin/pytest -n 2 -vvs tests

- template: etc/ci/azure-posix.yml
parameters:
job_name: macos12_cpython
Expand Down

0 comments on commit b7413fb

Please sign in to comment.