From 9d8af2116e6a0297ec5be5c37a6c5e7c72bd28e2 Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Fri, 2 May 2025 11:53:33 +0800 Subject: [PATCH] build: update CI workflow to include latest OS versions --- .github/workflows/cmake.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index aa5c704..13875f2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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]