From 25f32188cadd619e69a61853763780cb4ee62db1 Mon Sep 17 00:00:00 2001 From: neargye Date: Thu, 17 Jun 2021 16:07:12 +0300 Subject: [PATCH] update ci --- .github/workflows/macos.yml | 4 ++-- .github/workflows/ubuntu.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8e14948..b1d9ca9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -9,8 +9,8 @@ jobs: fail-fast: false matrix: config: - - { os: macos-10.15 } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#xcode - - { os: macos-11.0 } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md#xcode + - { os: macos-10.15 } + - { os: macos-11.0 } build: [Debug, Release] name: "${{matrix.config.os}}:${{matrix.build}}" diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 2c43f65..db09ac7 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -12,7 +12,6 @@ jobs: compiler: - { cc: "gcc-9", cxx: "g++-9" } - { cc: "gcc-10", cxx: "g++-10" } - - { cc: "gcc-11", cxx: "g++-11" } - { cc: "clang-10", cxx: "clang++-10" } - { cc: "clang-11", cxx: "clang++-11" } - { cc: "clang-12", cxx: "clang++-12" }