File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 max-parallel : 3
1313 matrix :
14- os : [ubuntu-24.04, windows-2022, macos-13]
14+ # os: [ubuntu-24.04, windows-2022, macos-13]
15+ os : []
1516 include :
1617 - os : ubuntu-24.04
1718 c-compiler : " gcc"
@@ -135,7 +136,8 @@ jobs:
135136 strategy :
136137 max-parallel : 3
137138 matrix :
138- os : [ubuntu-24.04, windows-2022, macos-15]
139+ # os: [ubuntu-24.04, windows-2022, macos-15]
140+ os : []
139141 include :
140142 - os : ubuntu-24.04
141143 c-compiler : " gcc"
@@ -234,7 +236,8 @@ jobs:
234236 strategy :
235237 max-parallel : 3
236238 matrix :
237- os : [ubuntu-24.04, windows-2022, macos-13]
239+ # os: [ubuntu-24.04, windows-2022, macos-13]
240+ os : []
238241
239242 steps :
240243@@ -263,7 +266,8 @@ jobs:
263266 strategy :
264267 max-parallel : 3
265268 matrix :
266- os : [ubuntu-24.04]
269+ # os: [ubuntu-24.04]
270+ os : []
267271 include :
268272 - os : ubuntu-24.04
269273 c-compiler : " gcc"
You can’t perform that action at this time.
0 commit comments