Tiny change with macOS runner name

This commit is contained in:
Konrad Goławski 2022-07-15 01:27:22 +02:00
parent 8d46016694
commit 0486bf2bbe
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
fail-fast: false
matrix:
shared: [0, 1]
name: Build MacOS (${{ matrix.shared == 0 && 'Static' || 'Shared' }})
name: Build macOS (${{ matrix.shared == 0 && 'Static' || 'Shared' }})
runs-on: macos-latest
steps:
- uses: actions/checkout@v3