mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +00:00
Tiny change with macOS runner name
This commit is contained in:
parent
8d46016694
commit
0486bf2bbe
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
shared: [0, 1]
|
shared: [0, 1]
|
||||||
name: Build MacOS (${{ matrix.shared == 0 && 'Static' || 'Shared' }})
|
name: Build macOS (${{ matrix.shared == 0 && 'Static' || 'Shared' }})
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user