Skip to content

Commit

Permalink
Reorder workflow matrix OS entries
Browse files Browse the repository at this point in the history
Under this ordering the entries are no longer sorted alphabetically, but
rather the resulting job names.
  • Loading branch information
gnn committed Feb 2, 2023
1 parent ddb1d26 commit 94c11a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
os:
- {image: macos-latest, name: macOS}
- {image: ubuntu-latest, name: Linux}
- {image: windows-latest, name: Windows}
- {image: macos-latest, name: macOS}
max-parallel: 4
fail-fast: false

Expand Down

0 comments on commit 94c11a7

Please sign in to comment.