Skip to content

Commit

Permalink
disabled other builds
Browse files Browse the repository at this point in the history
  • Loading branch information
klytje committed Oct 21, 2024
1 parent 2e0a24d commit 2a5524d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
# 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-13',
'macos-latest',
# 'macos-latest',
]

# List of OS images to use for release tests
Expand Down

0 comments on commit 2a5524d

Please sign in to comment.