Skip to content

Commit

Permalink
Bump version of macOS used on Azure (Qiskit#12571)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jakelishman authored Jun 14, 2024
1 parent 81433d5 commit cd2c65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd2c65d

Please sign in to comment.