Skip to content

Commit 2e7ce45

Browse files
Merge pull request #9457 from ThomasWaldmann/ci-json-fix-master
CI: fix json syntax
2 parents 3ec8a48 + e040828 commit 2e7ce45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
{"os": "ubuntu-22.04", "python-version": "3.11", "toxenv": "docs"},
146146
{"os": "ubuntu-22.04", "python-version": "3.10", "toxenv": "py310-llfuse"},
147147
{"os": "ubuntu-24.04", "python-version": "3.12", "toxenv": "py312-pyfuse3"},
148-
{"os": "ubuntu-24.04", "python-version": "3.14", "toxenv": "py314-mfusepy"},
148+
{"os": "ubuntu-24.04", "python-version": "3.14", "toxenv": "py314-mfusepy"}
149149
]
150150
}' || '{
151151
"include": [
@@ -154,7 +154,7 @@ jobs:
154154
{"os": "ubuntu-24.04", "python-version": "3.12", "toxenv": "py312-llfuse"},
155155
{"os": "ubuntu-24.04", "python-version": "3.13", "toxenv": "py313-pyfuse3"},
156156
{"os": "ubuntu-24.04", "python-version": "3.14", "toxenv": "py314-mfusepy"},
157-
{"os": "macos-15", "python-version": "3.11", "toxenv": "py311-none", "binary": "borg-macos-15-arm64-gh"}
157+
{"os": "macos-15", "python-version": "3.11", "toxenv": "py311-none", "binary": "borg-macos-15-arm64-gh"},
158158
{"os": "macos-15-intel", "python-version": "3.11", "toxenv": "py311-none", "binary": "borg-macos-15-x86_64-gh"}
159159
]
160160
}'

0 commit comments

Comments
 (0)