mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
build: update CI workflow to include latest OS versions
This commit is contained in:
parent
2185315643
commit
9d8af2116e
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@ -16,13 +16,15 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [
|
||||
ubuntu-20.04,
|
||||
ubuntu-22.04,
|
||||
os: [
|
||||
ubuntu-22.04,
|
||||
ubuntu-latest,
|
||||
macos-13,
|
||||
macos-14,
|
||||
macos-latest,
|
||||
windows-2019,
|
||||
windows-2022,
|
||||
windows-latest,
|
||||
]
|
||||
cpp_version: [11, 14, 17, 20]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user