diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daa7504..d0a2422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: platform: - - { name: Windows VS2022, os: windows-2022 } + - { name: Windows, os: windows-latest } - { name: Linux GCC, os: ubuntu-latest } - { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ } - { name: macOS, os: macos-latest }