From 59d6ba6e24d54e8cc04f392003da7b4ad428c307 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Wed, 16 Apr 2025 00:20:00 +0300 Subject: [PATCH 1/3] ci: move to latest windows platform available --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } From 06b972dad160bc17b953641cf500efe0c3d53f29 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Wed, 16 Apr 2025 00:25:55 +0300 Subject: [PATCH 2/3] enforce 2025 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0a2422..3c9eafd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: platform: - - { name: Windows, os: windows-latest } + - { name: Windows, os: windows-2025 } - { 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 } From 56b6373873502d5d48ee848f9dc57cf5ae9e0ad9 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Wed, 16 Apr 2025 00:27:13 +0300 Subject: [PATCH 3/3] windows-latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c9eafd..d0a2422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: platform: - - { name: Windows, os: windows-2025 } + - { 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 }