Skip to content

Commit

Permalink
Reorder workflow matrix variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 30, 2024
1 parent bd98e35 commit 6371122
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 @@ -20,12 +20,12 @@ jobs:
strategy:
fail-fast: false
matrix:
cfg:
- Debug
- Release
os:
- windows-2019
- windows-2022
cfg:
- Debug
- Release
runs-on: ${{ matrix.os }}
steps:
- name: Clone repository
Expand Down

0 comments on commit 6371122

Please sign in to comment.