Skip to content

Commit

Permalink
Reorder Windows runners
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <[email protected]>
  • Loading branch information
saratvemulapalli committed Sep 18, 2023
1 parent e880045 commit f7d18d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, windows-2019]
os: [windows-2019, windows-latest]

steps:
- name: Setup Java ${{ matrix.java }}
Expand Down

0 comments on commit f7d18d3

Please sign in to comment.