Bump version of macOS used on Azure (#12571)

The macOS 11 runners are deprecated pending removal.  While macOS 14 is
available, it's still marked as in preview on Azure, so macOS 13 is the
current "latest" stable version.
This commit is contained in:
Jake Lishman 2024-06-14 11:32:03 +02:00 committed by GitHub
parent 81433d5305
commit cd2c65d773
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ parameters:
jobs:
- job: "MacOS_Tests_Python${{ replace(parameters.pythonVersion, '.', '') }}"
displayName: "Test macOS Python ${{ parameters.pythonVersion }}"
pool: {vmImage: 'macOS-11'}
pool: {vmImage: 'macOS-13'}
variables:
QISKIT_SUPPRESS_PACKAGING_WARNINGS: Y