mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-23 06:30:22 +00:00
change order of matrix (to preview better under checkmark dropdown (#346)
This commit is contained in:
parent
0674636243
commit
39f70c0956
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -27,16 +27,16 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
|
||||||
platform: [X64, OTHER_ARM, RISCV, RPI4ARM64, RK3326, RK3399, RK3288, PHYTIUM, SD845]
|
platform: [X64, OTHER_ARM, RISCV, RPI4ARM64, RK3326, RK3399, RK3288, PHYTIUM, SD845]
|
||||||
type: [Release, Trace]
|
type: [Release, Trace]
|
||||||
|
os: [ubuntu-latest]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-18.04
|
- platform: TEGRAX1
|
||||||
platform: TEGRAX1
|
|
||||||
type: Release
|
type: Release
|
||||||
- os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
platform: TEGRAX1
|
- platform: TEGRAX1
|
||||||
type: Trace
|
type: Trace
|
||||||
|
os: ubuntu-18.04
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user