mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix #1370: macOS wheel tag mismatched
Build macOS attach binaries on macos-11 runner.
This commit is contained in:
parent
2d6a224471
commit
cd51305592
1 changed files with 1 additions and 1 deletions
2
.github/workflows/attach_to_process.yml
vendored
2
.github/workflows/attach_to_process.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
${{ env.PYDEVD_ATTACH_TO_PROCESS }}\*.pdb
|
||||
|
||||
mac-binaries:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-11
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue