From fa89c876ce76164060222535480e986eb979abec Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Tue, 10 Dec 2024 08:13:27 +0100 Subject: [PATCH] Update .github/workflows/CI.yml Co-authored-by: Jeremie Vandenplas --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2a1d5da5c..707916ea2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,7 +39,7 @@ jobs: - os: macos-13 toolchain: {compiler: intel, version: '2024.1'} - os: macos-13 - toolchain: {compiler: gcc, version: 13} + toolchain: {compiler: gcc, version: 13} env: BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}