diff --git a/.github/workflows/attach_to_process.yml b/.github/workflows/attach_to_process.yml index 4258d3e3..48699466 100644 --- a/.github/workflows/attach_to_process.yml +++ b/.github/workflows/attach_to_process.yml @@ -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 diff --git a/azure-pipelines/pipelines.yaml b/azure-pipelines/pipelines.yaml index f5c08a10..3d437e6a 100644 --- a/azure-pipelines/pipelines.yaml +++ b/azure-pipelines/pipelines.yaml @@ -83,7 +83,7 @@ jobs: - job: "Test_MacOS" timeoutInMinutes: "30" displayName: "Tests - macOS" - pool: { vmImage: "macOS-11" } + pool: { vmImage: "macOS-latest" } strategy: matrix: