.github: Rename macOS Universal build job

This commit is contained in:
Matt Borgerson 2022-02-06 22:39:01 -07:00 committed by mborgerson
parent 4343dbd1f9
commit 1adc52c136
1 changed files with 1 additions and 1 deletions
.github/workflows

View File

@ -232,7 +232,7 @@ jobs:
path: ${{ matrix.artifact_filename }}
macOSUniversal:
name: Build for Universal macOS (${{ matrix.configuration }})
name: Build macOS Universal Bundle (${{ matrix.configuration }})
runs-on: macOS-latest
needs: [macOS]
strategy: