Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
huahua132 committed Nov 21, 2024
1 parent 795e3a9 commit 31cbb8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31cbb8a

Please sign in to comment.