From 83c034a04118f1a89e5e018a8fb95b681afd047c Mon Sep 17 00:00:00 2001 From: "Jakob P. Liljenberg" Date: Sun, 6 Nov 2022 10:21:01 +0100 Subject: [PATCH] Removed bad line and gcc12 install since gcc12 i preinstalled --- .github/workflows/continuous-build-macos.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/continuous-build-macos.yml b/.github/workflows/continuous-build-macos.yml index 380170c..a593a46 100644 --- a/.github/workflows/continuous-build-macos.yml +++ b/.github/workflows/continuous-build-macos.yml @@ -47,12 +47,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable - - - name: Install GCC12 and check Xcode version - run: | - brew install gcc@12 - xcodebuild --version + xcode-version: latest-stable - uses: actions/checkout@v3 - name: Compile