From 31cbb8aa2416b8efbeca1be9c70ad27597319ecd Mon Sep 17 00:00:00 2001 From: huahua132 <958677003@qq.com> Date: Thu, 21 Nov 2024 17:29:44 +0800 Subject: [PATCH] d --- .github/workflows/cmake-multi-platform.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 50b9dbf1..e4b8c479 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -23,22 +23,22 @@ jobs: # # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: - os: [windows-2019] + os: [windows-2022] build_type: [Release] c_compiler: [clang] include: - - os: windows-2019 + - os: windows-2022 c_compiler: clang cpp_compiler: clang exclude: - - os: windows-2019 + - os: windows-2022 c_compiler: clang steps: - uses: actions/checkout@master - name: Install Visual Studio 2022 - uses: microsoft/setup-msbuild@v1.2 + uses: microsoft/setup-msbuild@v1.1 - name: skynet run: git submodule update --init