Skip to content

Commit 7c74004

Browse files
committed
ci: fix matrix
1 parent 73eae6b commit 7c74004

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Test
1818
strategy:
1919
matrix:
20-
os: [ ubuntu-24.04 windows-2022 macOS-latest ]
20+
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
2121
runs-on: ${{ matrix.os }}
2222
env:
2323
RUSTUP_UNPACK_RAM: "26214400"
@@ -77,9 +77,8 @@ jobs:
7777
name: Android
7878
strategy:
7979
matrix:
80-
include:
81-
- os: ubuntu-24.04
82-
target: aarch64-linux-android
80+
os: [ ubuntu-24.04 ]
81+
target: [ aarch64-linux-android ]
8382
runs-on: ${{ matrix.os }}
8483
env:
8584
RUSTUP_UNPACK_RAM: "26214400"
@@ -123,7 +122,7 @@ jobs:
123122
name: Compiletest
124123
strategy:
125124
matrix:
126-
os: [ ubuntu-24.04 windows-2022 macOS-latest ]
125+
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
127126
runs-on: ${{ matrix.os }}
128127
steps:
129128
- uses: actions/checkout@v4
@@ -145,7 +144,7 @@ jobs:
145144
name: Difftest
146145
strategy:
147146
matrix:
148-
os: [ ubuntu-24.04 windows-2022 macOS-latest ]
147+
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
149148
runs-on: ${{ matrix.os }}
150149
steps:
151150
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)