mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
add macos matrix
This commit is contained in:
parent
32d9658589
commit
78bd778222
11
.github/workflows/qt5_6.yml
vendored
11
.github/workflows/qt5_6.yml
vendored
@ -99,8 +99,13 @@ jobs:
|
||||
######################
|
||||
|
||||
macOS:
|
||||
name: 🍏 macOS x64
|
||||
runs-on: macos-latest
|
||||
name: 🍏 macOS ${{ matrix.architecture }}
|
||||
runs-on: ${{ matrix.architecture == 'arm64' && 'macos-14' || 'macos-13' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
architecture: [ arm64, x64 ]
|
||||
|
||||
steps:
|
||||
- name: ⬇ Checkout
|
||||
uses: actions/checkout@v4
|
||||
@ -136,7 +141,7 @@ jobs:
|
||||
name: ${{ inputs.event_name == 'pull_request' && env.NAME || format('artifact-{0}', env.NAME) }}
|
||||
path: 'build/Hyperion-*'
|
||||
env:
|
||||
NAME: ${{ inputs.qt_version == '6' && 'macOS_x64_qt6' || 'macOS_x64' }}
|
||||
NAME: ${{ inputs.qt_version == '6' && format('macOS_{0}_qt6', matrix.architecture) || format('macOS_{0}', matrix.architecture) }}
|
||||
|
||||
######################
|
||||
###### Windows #######
|
||||
|
Loading…
x
Reference in New Issue
Block a user