From cd5130559274bd464c956bb441ac97ae69841e89 Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Thu, 24 Aug 2023 10:44:41 -0700 Subject: [PATCH] Fix #1370: macOS wheel tag mismatched Build macOS attach binaries on macos-11 runner. --- .github/workflows/attach_to_process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/attach_to_process.yml b/.github/workflows/attach_to_process.yml index f0163825..86d695aa 100644 --- a/.github/workflows/attach_to_process.yml +++ b/.github/workflows/attach_to_process.yml @@ -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