diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-14 16:01:36 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-14 16:01:36 -0700 |
commit | 51b5314343143b7a17e3bbf0873b915545141c01 (patch) | |
tree | 57f4ac42b358d8c3a518771aac0db3e6650e00d1 /.github | |
parent | 4c5c19787bf00d4c12365e8891eead6a9d9a1b62 (diff) | |
download | sncontinue-51b5314343143b7a17e3bbf0873b915545141c01.tar.gz sncontinue-51b5314343143b7a17e3bbf0873b915545141c01.tar.bz2 sncontinue-51b5314343143b7a17e3bbf0873b915545141c01.zip |
update pyinstaller
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index edee9f60..a1ab4a8f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,7 +9,7 @@ jobs: pyinstaller: strategy: matrix: - os: [windows-latest] + os: [windows-latest, ubuntu-20.04, macos-latest] runs-on: ${{ matrix.os }} |