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:
|
macOS:
|
||||||
name: 🍏 macOS x64
|
name: 🍏 macOS ${{ matrix.architecture }}
|
||||||
runs-on: macos-latest
|
runs-on: ${{ matrix.architecture == 'arm64' && 'macos-14' || 'macos-13' }}
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
architecture: [ arm64, x64 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ⬇ Checkout
|
- name: ⬇ Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -136,7 +141,7 @@ jobs:
|
|||||||
name: ${{ inputs.event_name == 'pull_request' && env.NAME || format('artifact-{0}', env.NAME) }}
|
name: ${{ inputs.event_name == 'pull_request' && env.NAME || format('artifact-{0}', env.NAME) }}
|
||||||
path: 'build/Hyperion-*'
|
path: 'build/Hyperion-*'
|
||||||
env:
|
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 #######
|
###### Windows #######
|
||||||
|
Loading…
x
Reference in New Issue
Block a user