From bb1f1da2259c6ff2cbea5859d8f094a6bb682c6b Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Sun, 23 Jun 2024 11:41:29 -0400 Subject: [PATCH] Add MacOS 14 --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 8a10c77d..6cb638c4 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13] + platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, macos-14] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v4