diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-08-13 23:17:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-13 23:17:58 -0700 |
commit | 765e671b48d4bd101e3926a37148da4d569834c0 (patch) | |
tree | 9745654e65923b44612873da52665649f7478613 | |
parent | 3541d6a770c919e1f2e55a1ae53c4fc3abe31aa7 (diff) | |
download | sncontinue-765e671b48d4bd101e3926a37148da4d569834c0.tar.gz sncontinue-765e671b48d4bd101e3926a37148da4d569834c0.tar.bz2 sncontinue-765e671b48d4bd101e3926a37148da4d569834c0.zip |
Update main.yaml (temporary)
-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 94f7073b..0527c20f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -49,7 +49,7 @@ jobs: needs: pyinstaller strategy: matrix: - os: [macos-latest, ubuntu-20.04, windows-latest] + os: [windows-latest] runs-on: ${{ matrix.os }} |