Skip to content

Commit

Permalink
windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Jun 8, 2024
1 parent 67cd093 commit 365602e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ jobs:
strategy:
matrix:
include:
- runner: windows-latest
- runner: windows-2022
build-type: Release
arch: amd64
suffix: ""
- runner: windows-latest
- runner: windows-2022
build-type: Debug
arch: amd64
suffix: -debug
runs-on: windows-latest
runs-on: windows-2022
timeout-minutes: 90
steps:
- uses: KyleMayes/install-llvm-action@8b37482c5a2997a3ab5dbf6561f8109e2eaa7d3b
Expand Down

0 comments on commit 365602e

Please sign in to comment.