From 1817a74eaa47ad7eb846f946217f0045b19585c8 Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Mon, 21 Aug 2023 15:31:32 -0700 Subject: [PATCH] Use macos-latest --- .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 6dda89d59..88afe662f 100644 --- a/.github/workflows/attach_to_process.yml +++ b/.github/workflows/attach_to_process.yml @@ -81,7 +81,7 @@ jobs: include: - name: "macos-py39" python-version: "3.9" - os: macos-10.15 + os: macos-latest steps: - uses: actions/checkout@v3