From cc0ac15035517026fa2ccab3c1c6479455f22b33 Mon Sep 17 00:00:00 2001 From: Toni Neubert Date: Wed, 1 Nov 2023 23:10:47 +0100 Subject: [PATCH] docs: list tested compiler (#77) --- .github/workflows/ci.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f7c03d..2e859b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,6 @@ jobs: echo "CC=gcc-12" >> $GITHUB_ENV echo "CXX=g++-12" >> $GITHUB_ENV elif [[ "$compiler" == "gcc-13" ]]; then - sudo apt-get install build-essential software-properties-common -y - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y sudo apt update && sudo apt install -y gcc-13 g++-13 echo "CC=gcc-13" >> $GITHUB_ENV echo "CXX=g++-13" >> $GITHUB_ENV diff --git a/README.md b/README.md index 398dfce..895c6b6 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ FetchContent_MakeAvailable(emio) - Download the [single header file](https://viatorus.github.io/emio/) generated with [Quom](https://github.com/Viatorus/quom) - From [Conan Center](https://conan.io/center/recipes/emio) -A compiler supporting C++20 is required. Tested with GCC 11.3 and Clang 15. +A compiler supporting C++20 is required. Tested with GCC 11/12/13 and Clang 16/17. ## Contributing