File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments