diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 57fcfbe9..0e005167 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,12 +15,12 @@ jobs: strategy: matrix: os: - # - macos-11 - # - macos-12 - # - macos-13 - # - ubuntu-20.04 - # - ubuntu-22.04 - # - windows-2019 + - macos-11 + - macos-12 + - macos-13 + - ubuntu-20.04 + - ubuntu-22.04 + - windows-2019 - windows-2022 python: - 3.8 diff --git a/bin/package b/bin/package index 91c29258..415eb50c 100755 --- a/bin/package +++ b/bin/package @@ -99,7 +99,6 @@ pyinstaller \ --noconfirm \ --onefile \ --copy-metadata gdc-client \ - --debug=all \ -c gdc-client echo "Testing produced binary..."