Skip to content

Commit

Permalink
check signing with new credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Oct 4, 2024
1 parent 8e24f52 commit 478b5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:

strategy:
matrix:
os: [ windows-latest, ubuntu-20.04 ]
os: [ windows-latest ]
python-version: [ 3.11 ]
fail-fast: false

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,11 @@
# dynamically linked by pyinstaller.
# https://pyinstaller.readthedocs.io/en/stable/usage.html#making-gnu-linux-apps-forward-compatible
os_release_list = [
'ubuntu-20.04',
'windows-latest',
'macos-13',
'macos-latest',
]

# List of OS images to use for release tests
os_test_list = os_release_list + [
'ubuntu-latest',
]
os_test_list = os_release_list

# List of python versions to use for release builds
python_release_list = [
Expand Down

0 comments on commit 478b5a1

Please sign in to comment.