Skip to content

Commit e7bdbf0

Browse files
committed
WIP: Hack to debug CI failures for linter
1 parent 9b7f027 commit e7bdbf0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
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
- uses: actions/[email protected]
@@ -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"

0 commit comments

Comments
 (0)