Skip to content

Commit

Permalink
add back other github os runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Feb 8, 2024
1 parent 1d36610 commit bce410d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ pyinstaller \
--noconfirm \
--onefile \
--copy-metadata gdc-client \
--debug=all \
-c gdc-client

echo "Testing produced binary..."
Expand Down

0 comments on commit bce410d

Please sign in to comment.