mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 01:36:57 +00:00
Fix macOS issue
This commit is contained in:
parent
22d46892d1
commit
b72bfec735
1 changed files with 28 additions and 28 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -94,9 +94,8 @@ jobs:
|
|||
with:
|
||||
name: Pound-win64-${{env.BUILD_TYPE}}-${{ needs.get-info.outputs.commit }}-${{needs.get-info.outputs.shorthash}}
|
||||
path: artifact/
|
||||
|
||||
macOS:
|
||||
name: macOS
|
||||
name: macOS ${{ matrix.arch }}
|
||||
runs-on: macos-14
|
||||
needs: get-info
|
||||
strategy:
|
||||
|
|
@ -133,3 +132,4 @@ jobs:
|
|||
with:
|
||||
name: Pound-macOS-${{ matrix.arch }}-${{env.BUILD_TYPE}}-${{ needs.get-info.outputs.commit }}-${{needs.get-info.outputs.shorthash }}
|
||||
path: artifact/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue