From bce410d46ac6e424d9da87aa1df88d78ae9f426a Mon Sep 17 00:00:00 2001 From: jiakf Date: Thu, 8 Feb 2024 13:01:15 -0600 Subject: [PATCH] add back other github os runners --- .github/workflows/ci.yaml | 12 ++++++------ bin/package | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) 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..."