diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-14 12:45:29 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-14 12:45:29 -0700 |
commit | 1c288f7749747c6b1908ae16c977f80e5597d2ca (patch) | |
tree | d2047553c11854f67eab1d6e4e42089b2e7d19a4 /.github | |
parent | 30befdb263a5f2f794869e82666c9edff4b10cd6 (diff) | |
download | sncontinue-1c288f7749747c6b1908ae16c977f80e5597d2ca.tar.gz sncontinue-1c288f7749747c6b1908ae16c977f80e5597d2ca.tar.bz2 sncontinue-1c288f7749747c6b1908ae16c977f80e5597d2ca.zip |
fix: :bug: MAX_TOKENS_FOR_MODEL bug fix, more testing
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 9475ba68..e545e8d4 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 }} |