Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 149c00a

Browse files
committedJan 22, 2025·
ci: fixup
1 parent e719524 commit 149c00a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎.github/workflows/amd64_linux.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
{generator: "Ninja", config: "Release"},
1414
{generator: "Ninja Multi-Config", config: "Release"},
1515
]
16-
python: [
17-
{version: "3.9"},
18-
{version: "3.10"},
19-
{version: "3.11"},
20-
{version: "3.12"},
21-
{version: "3.13"},
22-
]
16+
python: [
17+
{version: "3.9"},
18+
{version: "3.10"},
19+
{version: "3.11"},
20+
{version: "3.12"},
21+
{version: "3.13"},
22+
]
2323
fail-fast: false
2424
name: Linux•${{ matrix.cmake.generator }}•Py${{ matrix.python.version }}
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.