fix benchmarks.yml versions
This commit is contained in:
parent
6f66e10e1e
commit
bc66f3f876
6
.github/workflows/benchmarks.yml
vendored
6
.github/workflows/benchmarks.yml
vendored
@ -81,13 +81,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
# Show OS combos first in GUI
|
# Show OS combos first in GUI
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
python-version: ['3.10.13', '3.11.5', '3.12.0']
|
python-version: ['3.10.16', '3.11.11', '3.12.8']
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: '3.10.13'
|
python-version: '3.10.16'
|
||||||
# keep only one python version for MacOS
|
# keep only one python version for MacOS
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python-version: '3.10.13'
|
python-version: '3.10.16'
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python-version: "3.11.11"
|
python-version: "3.11.11"
|
||||||
include:
|
include:
|
||||||
|
Loading…
Reference in New Issue
Block a user