From 22aca6b5052c68411ab3e6c9033a1fd1aa74a0a5 Mon Sep 17 00:00:00 2001 From: Pete Markowsky Date: Fri, 5 Apr 2024 15:09:04 -0400 Subject: [PATCH] Add macOS-14 to the test matrix. (#1323) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f61412c3..3907d2e6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11, macos-12, macos-13] + os: [macos-11, macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3 @@ -31,14 +31,14 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11, macos-12, macos-13] + os: [macos-11, macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3 - name: Run All Tests run: bazel test :unit_tests --define=SANTA_BUILD_TYPE=adhoc --test_output=errors test_coverage: - runs-on: macos-11 + runs-on: macos-14 steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3 - name: Generate test coverage