Skip to content

Commit

Permalink
macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Mar 10, 2024
1 parent dcf20af commit 37d40ce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 37d40ce

Please sign in to comment.