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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
platform: [X64, OTHER_ARM, RISCV, RPI4ARM64, RK3326, RK3399, RK3288, PHYTIUM, SD845]
|
||||
type: [Release, Trace]
|
||||
os: [ubuntu-latest]
|
||||
include:
|
||||
- os: ubuntu-18.04
|
||||
platform: TEGRAX1
|
||||
- platform: TEGRAX1
|
||||
type: Release
|
||||
- os: ubuntu-18.04
|
||||
platform: TEGRAX1
|
||||
os: ubuntu-18.04
|
||||
- platform: TEGRAX1
|
||||
type: Trace
|
||||
os: ubuntu-18.04
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user