Skip to content

Commit

Permalink
macOS CI uses 10.15 instead of 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Jul 3, 2022
1 parent 3d290cb commit e7bac5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- job: macos_python310_amd64
pool:
vmImage: macOS-12
vmImage: macOS-10.15
variables:
interpreter: python3.10
steps:
Expand All @@ -43,7 +43,7 @@ jobs:

- job: macos_python39_amd64
pool:
vmImage: macOS-12
vmImage: macOS-10.15
variables:
interpreter: python3.9
steps:
Expand All @@ -56,7 +56,7 @@ jobs:

- job: macos_python38_amd64
pool:
vmImage: macOS-12
vmImage: macOS-10.15
variables:
interpreter: python3.8
steps:
Expand All @@ -69,7 +69,7 @@ jobs:

- job: macos_python37_amd64
pool:
vmImage: macOS-12
vmImage: macOS-10.15
variables:
interpreter: python3.7
steps:
Expand Down

0 comments on commit e7bac5a

Please sign in to comment.