From e458e5aba506a113888cad1762c3ab97ec8f12b6 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 20 Dec 2023 08:26:37 +0100 Subject: [PATCH] Do not restrict PyOxidizer version for MacOS (no static binaries for MacOs) --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1be1368..08a5be0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,9 +118,7 @@ jobs: - name: Install dependencies run: | - # Stick to the 0.23.0 due to issue with static linking on 0.24.0 [1]. - # [1]: https://github.com/indygreg/PyOxidizer/issues/673 - pip3 install PyOxidizer==0.23.0 + pip3 install PyOxidizer - name: Build run: |