Skip to content

Commit c2fcaf7

Browse files
committed
update macos image. macos-11 is no longer supported.
1 parent 09b5af0 commit c2fcaf7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/attach_to_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
${{ env.PYDEVD_ATTACH_TO_PROCESS }}\*.pdb
3838
3939
mac-binaries:
40-
runs-on: macos-11
40+
runs-on: macos-latest
4141

4242
steps:
4343
- uses: actions/checkout@v3

azure-pipelines/pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- job: "Test_MacOS"
8484
timeoutInMinutes: "30"
8585
displayName: "Tests - macOS"
86-
pool: { vmImage: "macOS-11" }
86+
pool: { vmImage: "macOS-latest" }
8787

8888
strategy:
8989
matrix:

0 commit comments

Comments
 (0)