From ccfed27ddd76032db438b0121c608a75deb4432f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 21 Jun 2022 17:06:42 +0300 Subject: [PATCH] Update .yml files --- .github/workflows/ci.yml | 21 +++++++++++++++++---- appveyor.yml | 5 ++++- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b2ccc2..2b33e0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,10 @@ jobs: cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 install: g++-11 + - toolset: gcc-12 + cxxstd: "03,11,14,17,20" + os: ubuntu-22.04 + install: g++-12 - toolset: clang compiler: clang++-3.9 cxxstd: "03,11,14" @@ -97,6 +101,16 @@ jobs: cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 install: clang-12 + - toolset: clang + compiler: clang++-13 + cxxstd: "03,11,14,17,20" + os: ubuntu-22.04 + install: clang-13 + - toolset: clang + compiler: clang++-14 + cxxstd: "03,11,14,17,20" + os: ubuntu-22.04 + install: clang-14 - toolset: clang cxxstd: "03,11,14,17,2a" os: macos-10.15 @@ -152,10 +166,6 @@ jobs: cxxstd: "14,latest" addrmd: 32,64 os: windows-2019 - - toolset: msvc-14.1 - cxxstd: "14,17,latest" - addrmd: 32,64 - os: windows-2016 - toolset: msvc-14.2 cxxstd: "14,17,20,latest" addrmd: 32,64 @@ -224,6 +234,7 @@ jobs: include: - os: ubuntu-18.04 - os: ubuntu-20.04 + - os: ubuntu-22.04 - os: macos-10.15 runs-on: ${{matrix.os}} @@ -270,6 +281,7 @@ jobs: include: - os: ubuntu-18.04 - os: ubuntu-20.04 + - os: ubuntu-22.04 - os: macos-10.15 runs-on: ${{matrix.os}} @@ -326,6 +338,7 @@ jobs: include: - os: ubuntu-18.04 - os: ubuntu-20.04 + - os: ubuntu-22.04 - os: macos-10.15 runs-on: ${{matrix.os}} diff --git a/appveyor.yml b/appveyor.yml index e4d02ad..df7f7f5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,10 @@ branches: environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: msvc-14.0 + TOOLSET: msvc-9.0,msvc-10.0,msvc-11.0 + ADDRMD: 32 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + TOOLSET: msvc-12.0,msvc-14.0 ADDRMD: 32,64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 TOOLSET: msvc-14.1