From bdd2a92b619293861ae265033065f5b38651cf71 Mon Sep 17 00:00:00 2001 From: AlexNDRmac Date: Wed, 26 Jan 2022 22:23:44 +0200 Subject: [PATCH] Fix macOS matrix name [skip-ci] --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 83147b8b..c6356995 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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' }