diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-08-05 21:52:24 +0200 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-08-06 09:16:54 -0600 |
| commit | 0269f1968a026b84e8eca6a360fb4baa4dbeb2a4 (patch) | |
| tree | c184b19ff37dc0e7abb368c7e46d19087a0d3d55 /.github | |
| parent | bfe33e326614a315035067b1eb81dd0a59e67477 (diff) | |
no longer support v142 and update stb image (just in case)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 98141b9..0aba7fd 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-2022 strategy: matrix: - toolchain: [v142, v143, clangcl] + toolchain: [v143, clangcl] steps: - uses: actions/checkout@v4 - name: Build |
