Skip to content

Commit

Permalink
Move windows in CI to the first position
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Jun 23, 2024
1 parent eaeb071 commit 716efb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [ubuntu-latest, macos-latest, windows-latest]
runner: [windows-latest, ubuntu-latest, macos-latest]
perl: [ '5.14', '5.30', '5.40' ]
exclude:
- runner: windows-latest
Expand Down

0 comments on commit 716efb0

Please sign in to comment.