Skip to content

Commit

Permalink
back to all hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed May 22, 2024
1 parent 04bc632 commit 880067e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
# 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',
'ubuntu-20.04',
'windows-latest',
'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 + [
'ubuntu-latest',
]

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

0 comments on commit 880067e

Please sign in to comment.