From 3ab9238e914267bab00cf81b0f7c6943fb84f55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Tue, 20 Aug 2024 17:34:34 +0200 Subject: [PATCH] Add g++-12 to MacOS workflow. (#1945) --- .github/workflows/ci-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 2d131f7..4b495c0 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -12,8 +12,8 @@ jobs: strategy: matrix: os: [macos-12, macos-13] - # gcc-12 and gcc-13 fail on some very innocent code... excluding them for now - compiler: [clang++] + # gcc-13 fails on some very innocent code... excluding them for now + compiler: [clang++, g++-12] steps: - uses: actions/checkout@v4