Skip to content

Commit

Permalink
Drive-by fix in CI naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschz committed Jan 5, 2025
1 parent ee39ebb commit 83cd447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
fail-fast: false
matrix:
platform:
- { name: 'Windows', os: 'ubuntu-latest' }
- { name: 'Linux', os: 'windows-latest' }
- { name: 'Windows', os: 'windows-latest' }
- { name: 'Linux', os: 'ubuntu-latest' }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 83cd447

Please sign in to comment.