about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 79e0a556..7c899106 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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: