ci: elements in the CI reordered to get a better ordering of jobs in the web interface

This commit is contained in:
Mateusz Pusz
2023-10-17 09:41:40 +02:00
parent e89861cb3a
commit e07eb14805
2 changed files with 2 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
std: [20, 23]
config: config:
# - { # - {
# name: "MSVC 14.2", # name: "MSVC 14.2",
@@ -128,7 +129,6 @@ jobs:
# conan-config: "", # conan-config: "",
# } # }
build_type: ["Release", "Debug"] build_type: ["Release", "Debug"]
std: [20, 23]
env: env:
CC: ${{ matrix.config.compiler.cc }} CC: ${{ matrix.config.compiler.cc }}

View File

@@ -41,6 +41,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
std: [20, 23]
config: config:
# - { # - {
# name: "MSVC 14.2", # name: "MSVC 14.2",
@@ -122,7 +123,6 @@ jobs:
# }, # },
# } # }
build_type: ["Release", "Debug"] build_type: ["Release", "Debug"]
std: [20, 23]
env: env:
CC: ${{ matrix.config.compiler.cc }} CC: ${{ matrix.config.compiler.cc }}