mirror of
https://github.com/SciresM/hactool
synced 2024-11-10 06:34:14 +00:00
ci: add macos build (#105)
This commit is contained in:
parent
19a6b22a02
commit
043f883b3f
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
job_name: ['linux', 'windows']
|
||||
job_name: ['linux', 'windows', 'macos']
|
||||
|
||||
include:
|
||||
- job_name: linux
|
||||
|
@ -16,6 +16,10 @@ jobs:
|
|||
os: windows-latest
|
||||
shell: msys2 {0}
|
||||
|
||||
- job_name: macos
|
||||
os: macos-latest
|
||||
shell: bash {0}
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: ${{ matrix.shell }}
|
||||
|
|
Loading…
Reference in a new issue