From e6f9d285a1117ff143d675711bf079769e3436ef Mon Sep 17 00:00:00 2001 From: Paul Goulart Date: Sat, 1 Jun 2024 08:32:32 +0100 Subject: [PATCH] Update testpypi.yaml MacOs build fails. Matches fix to pypi.yaml in #104. --- .github/workflows/testpypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testpypi.yaml b/.github/workflows/testpypi.yaml index 47a85a6..4977592 100644 --- a/.github/workflows/testpypi.yaml +++ b/.github/workflows/testpypi.yaml @@ -47,7 +47,7 @@ jobs: macos: - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5