From 0b93b3b4d098e7eded6f5fdd1b5a37a9ad76478e Mon Sep 17 00:00:00 2001 From: Oz Date: Sat, 29 Jun 2024 17:16:51 +0200 Subject: [PATCH] [Test-macOS] Test fix for macOS GitHub runner --- .github/workflows/test_macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_macos.yml b/.github/workflows/test_macos.yml index 46fc7215..d9d91bce 100644 --- a/.github/workflows/test_macos.yml +++ b/.github/workflows/test_macos.yml @@ -72,7 +72,7 @@ jobs: xcode-version: '15.3' - name: Install XCode - if: ${{ contains(matrix.os, 'macos-13') && contains(matrix.c_compiler, 'gcc-14')}} + if: ${{ contains(matrix.os, 'macos-13') && contains(matrix.c_compiler, 'gcc-14') }} uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '15.2' @@ -81,7 +81,7 @@ jobs: if: ${{ contains(matrix.os, 'macos-13') && ( contains(matrix.c_compiler, 'gcc-11') || contains(matrix.c_compiler, 'gcc-12') || contains(matrix.c_compiler, 'gcc-13') ) }} uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.1' + xcode-version: '14.3.1' - name: Install GCC 14 if: ${{ contains(matrix.c_compiler, 'gcc-14') }}