From e07eb14805bbbbda4814ed397c23489f68b9dc5b Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 17 Oct 2023 09:41:40 +0200 Subject: [PATCH] ci: elements in the CI reordered to get a better ordering of jobs in the web interface --- .github/workflows/ci-conan.yml | 2 +- .github/workflows/ci-test-package-cmake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 96bbd9ec..e7a66487 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -40,6 +40,7 @@ jobs: strategy: fail-fast: false matrix: + std: [20, 23] config: # - { # name: "MSVC 14.2", @@ -128,7 +129,6 @@ jobs: # conan-config: "", # } build_type: ["Release", "Debug"] - std: [20, 23] env: CC: ${{ matrix.config.compiler.cc }} diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 42787b6c..acbadc38 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -41,6 +41,7 @@ jobs: strategy: fail-fast: false matrix: + std: [20, 23] config: # - { # name: "MSVC 14.2", @@ -122,7 +123,6 @@ jobs: # }, # } build_type: ["Release", "Debug"] - std: [20, 23] env: CC: ${{ matrix.config.compiler.cc }}