Skip to content

Commit

Permalink
Missing comma on the os release list.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrake-merani committed Oct 10, 2024
1 parent 4933ea1 commit 121c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# https://pyinstaller.readthedocs.io/en/stable/usage.html#making-gnu-linux-apps-forward-compatible
os_release_list = [
'ubuntu-20.04',
'ubuntu-22.04'
'ubuntu-22.04',
'windows-latest',
'macos-13',
'macos-latest',
Expand Down

0 comments on commit 121c58e

Please sign in to comment.