From 61026fcec689aa8200c824046c19308069eb187e Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 14 Jul 2025 23:27:58 +0800 Subject: [PATCH] CI: Bump to macOS 14 in the GMT Legacy Tests workflow --- .github/workflows/ci_tests_legacy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests_legacy.yaml b/.github/workflows/ci_tests_legacy.yaml index ebbb8907c81..6add2a47705 100644 --- a/.github/workflows/ci_tests_legacy.yaml +++ b/.github/workflows/ci_tests_legacy.yaml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, ubuntu-22.04-arm, macos-13, windows-2022] + os: [ubuntu-22.04, ubuntu-22.04-arm, macos-14, windows-2022] gmt_version: ['6.4'] timeout-minutes: 30 defaults: