From cfeeab767eeffec193d3fa8502555fc3f882b84b Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Mon, 24 Jun 2024 16:18:30 -0700 Subject: [PATCH] Add macos-14 to the test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67ff1d6..bf1b56e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13] + os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14] node: [18, 20, 22] runs-on: ${{ matrix.os }}