Skip to content

Commit f591caf

Browse files
committed
ci: rm macos-13, add memcached-1.6.40
1 parent 664fada commit f591caf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/cmake-build-ci.gen

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ jobs:
398398
matrix:
399399
memcached:
400400
- 'master'
401+
- '1.6.40'
401402
- '1.6.38' # Debian 13, FreeBSD 14
402403
# - '1.6.37' # Ubuntu 25.04
403404
- '1.6.24' # Ubuntu 24.04
@@ -431,7 +432,7 @@ jobs:
431432
strategy:
432433
fail-fast: false
433434
matrix:
434-
os_ver: [macos-13, macos-14, macos-15]
435+
os_ver: [macos-14, macos-15]
435436
runs-on: ${{ matrix.os_ver }}
436437
env:
437438
CMAKE_BUILD_TYPE: "Release"

.github/workflows/cmake-build-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
matrix:
122122
memcached:
123123
- 'master'
124+
- '1.6.40'
124125
- '1.6.38' # Debian 13, FreeBSD 14
125126
# - '1.6.37' # Ubuntu 25.04
126127
- '1.6.24' # Ubuntu 24.04
@@ -216,7 +217,7 @@ jobs:
216217
strategy:
217218
fail-fast: false
218219
matrix:
219-
os_ver: [macos-13, macos-14, macos-15]
220+
os_ver: [macos-14, macos-15]
220221
runs-on: ${{ matrix.os_ver }}
221222
env:
222223
CMAKE_BUILD_TYPE: "Release"

0 commit comments

Comments
 (0)