Skip to content

Commit

Permalink
Merge pull request #1608 from microsoft/update_macos_image
Browse files Browse the repository at this point in the history
update macos image. macos-11 is no longer supported.
  • Loading branch information
AdamYoblick authored Jun 26, 2024
2 parents 09b5af0 + c2fcaf7 commit a286bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/attach_to_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
${{ env.PYDEVD_ATTACH_TO_PROCESS }}\*.pdb
mac-binaries:
runs-on: macos-11
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- job: "Test_MacOS"
timeoutInMinutes: "30"
displayName: "Tests - macOS"
pool: { vmImage: "macOS-11" }
pool: { vmImage: "macOS-latest" }

strategy:
matrix:
Expand Down

0 comments on commit a286bef

Please sign in to comment.