From fda3073826eb99dcfcb8f35bebd3eae74310d670 Mon Sep 17 00:00:00 2001 From: ritchie Date: Wed, 27 Sep 2023 20:25:45 +0200 Subject: [PATCH] other runner --- .github/workflows/release-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index f1ef597f16c2..7f7ba949a994 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -130,7 +130,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-large] + os: [macos-latest, windows-32gb-ram] steps: - uses: actions/checkout@v3