From 2bb20fb97675ebba19adac0590520e4495b1fbf5 Mon Sep 17 00:00:00 2001 From: Joseph Hughes Date: Mon, 29 Dec 2025 08:38:10 -0600 Subject: [PATCH] Removed macOS 13 intel-classic configuration and Xcode setup step. Update CI configuration by removing unused settings --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6e5e30..1c9b038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,6 @@ jobs: - {os: windows-latest, compiler: gcc, version: 13, shell: pwsh} # test latest python and intel-classic - {os: ubuntu-22.04, compiler: intel-classic, version: 2021.7, shell: bash} - - {os: macos-13, compiler: intel-classic, version: 2021.6, shell: bash} - {os: windows-2022, compiler: intel-classic, version: 2021.7, shell: pwsh} # test latest python and previous gcc - {os: ubuntu-latest, compiler: gcc, version: 12, shell: bash} @@ -59,11 +58,6 @@ jobs: - name: Checkout repo uses: actions/checkout@v6 - - uses: maxim-lobanov/setup-xcode@v1 - if: runner.os == 'macOS' && matrix.compiler == 'intel-classic' - with: - xcode-version: "14.3.1" - - name: Setup Graphviz on Linux if: runner.os == 'Linux' uses: ts-graphviz/setup-graphviz@v2