1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 15:48:08 +00:00

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

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