From 5702209b58443b60e05bc59c233e961e03302bde Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 20 Dec 2024 11:02:21 +0800 Subject: [PATCH] CI: Use windows-2025 in the GMT Dev Tests workflow (#3701) --- .github/workflows/ci_tests_dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index a806c6ec41d..d8259827f1d 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, macos-15, windows-2022] + os: [ubuntu-24.04, macos-15, windows-2025] gmt_git_ref: [master] timeout-minutes: 30 defaults: