From 37d40cead18faae79f95a12bc073d69143d4ff4c Mon Sep 17 00:00:00 2001 From: John Collins Date: Sat, 9 Mar 2024 23:43:06 -0800 Subject: [PATCH] macos 14 --- .github/workflows/manifold.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/manifold.yml b/.github/workflows/manifold.yml index 5e6f62968..69a3786ff 100644 --- a/.github/workflows/manifold.yml +++ b/.github/workflows/manifold.yml @@ -278,7 +278,7 @@ jobs: strategy: matrix: parallel_backend: [NONE, TBB] - runs-on: macos-13 + runs-on: macos-14 if: github.event.pull_request.draft == false steps: - name: Install common dependencies @@ -288,10 +288,6 @@ jobs: - name: Install TBB if: matrix.parallel_backend == 'TBB' run: brew install tbb - - name: Remove existing Python installation (if any) - run: | - brew uninstall --ignore-dependencies python@3.11 python@3.12 python || true - brew cleanup - name: Install Java and Maven run: | brew install openjdk@17