From 61779d57d4702725f30f9d227faab2cee4b25f6a Mon Sep 17 00:00:00 2001 From: Ed Beroset Date: Fri, 16 Feb 2024 09:28:48 -0500 Subject: [PATCH] Add macos-14 to the test matrix Signed-off-by: Ed Beroset --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 289a1f9..1d6d5e7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [macos-14 ubuntu-latest] steps: - uses: actions/checkout@v4