committed by
Corentin Le Molgat
parent
61d5b5e937
commit
a4f196a67a
1
.github/workflows/amd64_linux_bazel.yml
vendored
1
.github/workflows/amd64_linux_bazel.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
{version: '3.10'},
|
||||
{version: '3.11'},
|
||||
{version: '3.12'},
|
||||
{version: '3.13'},
|
||||
]
|
||||
fail-fast: false
|
||||
name: Linux • Bazel • Python-${{ matrix.python.version }}
|
||||
|
||||
@@ -18,6 +18,7 @@ jobs:
|
||||
{version: "3.10"},
|
||||
{version: "3.11"},
|
||||
{version: "3.12"},
|
||||
{version: "3.13"},
|
||||
]
|
||||
fail-fast: false
|
||||
name: Linux • ${{ matrix.cmake.generator }} • Python-${{ matrix.python.version }}
|
||||
|
||||
1
.github/workflows/amd64_macos_bazel.yml
vendored
1
.github/workflows/amd64_macos_bazel.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
{version: '3.10'},
|
||||
{version: '3.11'},
|
||||
{version: '3.12'},
|
||||
{version: '3.13'},
|
||||
]
|
||||
fail-fast: false
|
||||
name: MacOS • Bazel • Python-${{ matrix.python.version }}
|
||||
|
||||
@@ -16,7 +16,8 @@ jobs:
|
||||
{version: "3.9"},
|
||||
{version: "3.10"},
|
||||
{version: "3.11"},
|
||||
{version: "3.12"}
|
||||
{version: "3.12"},
|
||||
{version: "3.13"},
|
||||
]
|
||||
fail-fast: false
|
||||
name: MacOS • ${{ matrix.cmake.generator }} • Python-${{ matrix.python.version }}
|
||||
|
||||
1
.github/workflows/amd64_windows_bazel.yml
vendored
1
.github/workflows/amd64_windows_bazel.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
||||
{version: '3.10'},
|
||||
{version: '3.11'},
|
||||
{version: '3.12'},
|
||||
{version: '3.13'},
|
||||
]
|
||||
fail-fast: false # Don't cancel all jobs if one fails.
|
||||
name: ${{ matrix.runner }} • Bazel • Python-${{ matrix.python.version }}
|
||||
|
||||
@@ -16,6 +16,7 @@ jobs:
|
||||
{version: "3.10", dir: Python310},
|
||||
{version: "3.11", dir: Python311},
|
||||
{version: "3.12", dir: Python312},
|
||||
{version: "3.13", dir: Python313},
|
||||
]
|
||||
fail-fast: false
|
||||
name: Windows • ${{ matrix.cmake.generator }} • Python-${{ matrix.python.version }}
|
||||
|
||||
1
.github/workflows/arm64_macos_bazel.yml
vendored
1
.github/workflows/arm64_macos_bazel.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
{version: '3.10'},
|
||||
{version: '3.11'},
|
||||
{version: '3.12'},
|
||||
{version: '3.13'},
|
||||
]
|
||||
fail-fast: false
|
||||
name: MacOS • Bazel • Python-${{ matrix.python.version }}
|
||||
|
||||
@@ -16,7 +16,8 @@ jobs:
|
||||
{version: "3.9"},
|
||||
{version: "3.10"},
|
||||
{version: "3.11"},
|
||||
{version: "3.12"}
|
||||
{version: "3.12"},
|
||||
{version: "3.13"},
|
||||
]
|
||||
fail-fast: false
|
||||
name: MacOS • ${{ matrix.cmake.generator }} • Python-${{ matrix.python.version }}
|
||||
|
||||
Reference in New Issue
Block a user