From 9db6c67a9429a4b8417ccd9cea9b2759e841ed1b Mon Sep 17 00:00:00 2001 From: yymmt Date: Tue, 4 Jun 2024 18:32:16 +0900 Subject: [PATCH] [update] ci.yml, disable GCC13 for macos --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 133537e..76650af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,8 @@ jobs: toolchain: {compiler: gcc, version: 9} - os: macos-latest toolchain: {compiler: gcc, version: 10} + - os: macos-latest + toolchain: {compiler: gcc, version: 13} - os: macos-latest toolchain: {compiler: intel, version: '2023.2'} - os: macos-latest