diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-14 13:55:14 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-14 13:55:14 -0700 |
commit | 1e54bebc84fe922e62c8291822856706d0c652ae (patch) | |
tree | e0c3e12802e09cc9f98733a9d5ef24e6e2e80deb /.github | |
parent | aa33c32813d11f980802004e2e4ee37a0891b061 (diff) | |
download | sncontinue-1e54bebc84fe922e62c8291822856706d0c652ae.tar.gz sncontinue-1e54bebc84fe922e62c8291822856706d0c652ae.tar.bz2 sncontinue-1e54bebc84fe922e62c8291822856706d0c652ae.zip |
skip steps for speed
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 e545e8d4..18579658 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,7 +9,7 @@ jobs: pyinstaller: strategy: matrix: - os: [macos-latest, ubuntu-20.04, windows-latest] + os: [windows-latest] runs-on: ${{ matrix.os }} |