Skip to content

Commit 25ef0b3

Browse files
vitahlinhwware
andauthored
CI build-macos version from macOS 14 to macOS 15 (#2000)
macOS 15 has been officially released for some time, our current `build-macos` workflow is still running on macOS 14. This PR upgrades the macOS version used in our CI to macOS 15 to keep up with the latest OS version and ensure long-term compatibility. The `build-macos` CI workflow has successfully run on macOS 15: https://github.com/vitahlin/valkey/actions/runs/14640672882 --------- Signed-off-by: vitah <vitahlin@gmail.com> Signed-off-by: Vitah Lin <vitahlin@gmail.com> Co-authored-by: Wen Hui <wen.hui.ware@gmail.com>
1 parent 2d200df commit 25ef0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ jobs:
11301130
strategy:
11311131
fail-fast: false
11321132
matrix:
1133-
os: [macos-13, macos-14]
1133+
os: [macos-13, macos-14, macos-15]
11341134
runs-on: ${{ matrix.os }}
11351135
if: |
11361136
(github.event_name == 'workflow_dispatch' ||

0 commit comments

Comments
 (0)