Skip to content

Commit

Permalink
Use single compiler for on-push build (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer authored Jul 27, 2024
1 parent 718a891 commit 5d63fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
architecture: [x64, x86]
os: [windows-2019, windows-2022] # Why do we need multiple Windows versions?
os: [windows-2022]
uses: ./.github/workflows/reusable-build.yml
with:
os: ${{ matrix.os }}
Expand Down

0 comments on commit 5d63fd6

Please sign in to comment.