From a6dbc220463326c94e147088c521e65acff2d5be Mon Sep 17 00:00:00 2001 From: Henning Merklinger Date: Wed, 22 May 2024 20:52:14 +0200 Subject: [PATCH] use macos-14-large for pyinstaller --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62ccdd0..bdfe35c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: tag: linux - os: windows-latest tag: win - - os: macos-latest + - os: macos-14-large tag: macos steps: - uses: actions/checkout@v4