summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-14 11:58:11 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-14 11:58:11 -0700
commitdec135ed1e0835e39710749b38fe9bb55a35b165 (patch)
treef2a55f475e8b644b727f47a9c2974fbc12ee18b8 /.github
parent7cfa711d4acb4bdfd9775ea7b7bd4327332ea8ad (diff)
downloadsncontinue-dec135ed1e0835e39710749b38fe9bb55a35b165.tar.gz
sncontinue-dec135ed1e0835e39710749b38fe9bb55a35b165.tar.bz2
sncontinue-dec135ed1e0835e39710749b38fe9bb55a35b165.zip
debugging old pyinstaller exe
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index e545e8d4..9475ba68 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -49,7 +49,7 @@ jobs:
needs: pyinstaller
strategy:
matrix:
- os: [windows-latest]
+ os: [macos-latest, ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.os }}