From cc190ce6a6252c2e15c9801a2ae79eb8effb5b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 8 Dec 2025 14:19:17 +0100 Subject: [PATCH] ci: remove macOS 13, add macOS 15 and Windows 2025 --- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3fa9c6c1..10ecb843 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -21,8 +21,8 @@ jobs: target-platform: - this os: - - macos-13 - macos-14 + - macos-15 steps: - uses: lukka/get-cmake@v3.29.3 - uses: actions/checkout@v4 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 74ce222e..52d079b2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,6 +21,7 @@ jobs: - this os: - windows-2022 + - windows-2025 steps: - uses: actions/checkout@v4 with: