We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09b5af0 + c2fcaf7 commit a286befCopy full SHA for a286bef
2 files changed
.github/workflows/attach_to_process.yml
@@ -37,7 +37,7 @@ jobs:
37
${{ env.PYDEVD_ATTACH_TO_PROCESS }}\*.pdb
38
39
mac-binaries:
40
- runs-on: macos-11
+ runs-on: macos-latest
41
42
steps:
43
- uses: actions/checkout@v3
azure-pipelines/pipelines.yaml
@@ -83,7 +83,7 @@ jobs:
83
- job: "Test_MacOS"
84
timeoutInMinutes: "30"
85
displayName: "Tests - macOS"
86
- pool: { vmImage: "macOS-11" }
+ pool: { vmImage: "macOS-latest" }
87
88
strategy:
89
matrix:
0 commit comments