Skip to content

Commit

Permalink
WIP: Hack to debug CI failures for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Jan 30, 2025
1 parent 9b7f027 commit e7bdbf0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
max-parallel: 3
matrix:
os: [ubuntu-24.04, windows-2022, macos-13]
# os: [ubuntu-24.04, windows-2022, macos-13]
os: []
include:
- os: ubuntu-24.04
c-compiler: "gcc"
Expand Down Expand Up @@ -135,7 +136,8 @@ jobs:
strategy:
max-parallel: 3
matrix:
os: [ubuntu-24.04, windows-2022, macos-15]
#os: [ubuntu-24.04, windows-2022, macos-15]
os: []
include:
- os: ubuntu-24.04
c-compiler: "gcc"
Expand Down Expand Up @@ -234,7 +236,8 @@ jobs:
strategy:
max-parallel: 3
matrix:
os: [ubuntu-24.04, windows-2022, macos-13]
#os: [ubuntu-24.04, windows-2022, macos-13]
os: []

steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -263,7 +266,8 @@ jobs:
strategy:
max-parallel: 3
matrix:
os: [ubuntu-24.04]
#os: [ubuntu-24.04]
os: []
include:
- os: ubuntu-24.04
c-compiler: "gcc"
Expand Down

0 comments on commit e7bdbf0

Please sign in to comment.