summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNate Sesti <33237525+sestinj@users.noreply.github.com>2023-08-13 23:17:58 -0700
committerGitHub <noreply@github.com>2023-08-13 23:17:58 -0700
commit765e671b48d4bd101e3926a37148da4d569834c0 (patch)
tree9745654e65923b44612873da52665649f7478613 /.github/workflows
parent3541d6a770c919e1f2e55a1ae53c4fc3abe31aa7 (diff)
downloadsncontinue-765e671b48d4bd101e3926a37148da4d569834c0.tar.gz
sncontinue-765e671b48d4bd101e3926a37148da4d569834c0.tar.bz2
sncontinue-765e671b48d4bd101e3926a37148da4d569834c0.zip
Update main.yaml (temporary)
Diffstat (limited to '.github/workflows')
-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 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 }}