From bf6e70b1048f12e99d1690ce443e636edf01653e Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Sun, 17 Nov 2024 01:08:31 +0100 Subject: [PATCH] GitHub Actions: Remove macos-12 job, as the image will disappear soon (#9085) --- .github/workflows/main.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed27c241e60..7716d6de5c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,8 +24,6 @@ jobs: # macOS - job_name: macOS 13 x64 os: macos-13 - - job_name: macOS 12 x64 - os: macos-12 # Windows - job_name: Windows x64 os: windows-2022 @@ -83,13 +81,6 @@ jobs: with: arch: ${{ env.MODEL == '64' && 'x64' || 'x86' }} - # NOTE: Linker ICEs with Xcode 15.0.1 (default version on macos-13) - # * https://issues.dlang.org/show_bug.cgi?id=24407 - # Remove this step if the default gets changed to 15.1 in actions/runner-images. - - name: 'macOS 13: Switch to Xcode v15.1' - if: matrix.os == 'macos-13' - run: sudo xcode-select -switch /Applications/Xcode_15.1.app - - name: 'Posix: Install host compiler' if: runner.os != 'Windows' run: cd ../dmd && ci/run.sh install_host_compiler