Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 22aca6b

Browse files
authored
Add macOS-14 to the test matrix. (#1323)
1 parent 375f7bd commit 22aca6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [macos-11, macos-12, macos-13]
24+
os: [macos-11, macos-12, macos-13, macos-14]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
@@ -31,14 +31,14 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
os: [macos-11, macos-12, macos-13]
34+
os: [macos-11, macos-12, macos-13, macos-14]
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
3838
- name: Run All Tests
3939
run: bazel test :unit_tests --define=SANTA_BUILD_TYPE=adhoc --test_output=errors
4040
test_coverage:
41-
runs-on: macos-11
41+
runs-on: macos-14
4242
steps:
4343
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
4444
- name: Generate test coverage

0 commit comments

Comments
 (0)