Skip to content

Commit

Permalink
Fix macOS matrix name [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNDRmac committed Jan 26, 2022
1 parent 1640d1b commit bdd2a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- { name: 'Linux .NET Core 3', os: ubuntu-18.04, framework: 'netcoreapp3.1' }
- { name: 'Linux .NET 5', os: ubuntu-18.04, framework: 'net5' }
# macOs
- { name: 'macOs .NET Core 3', os: macOS-latest, framework: 'netcoreapp3.1' }
- { name: 'macOs .NET 5', os: macOS-latest, framework: 'net5' }
- { name: 'macOS .NET Core 3', os: macOS-latest, framework: 'netcoreapp3.1' }
- { name: 'macOS .NET 5', os: macOS-latest, framework: 'net5' }
# Windows
- { name: 'Windows .NET Core 3', os: windows-latest, framework: 'netcoreapp3.1' }
- { name: 'Windows .NET 5', os: windows-latest, framework: 'net5' }
Expand Down

0 comments on commit bdd2a92

Please sign in to comment.