From 5520cfca7e4ac0147dc8a420684dfaf27171e413 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 7 Oct 2024 11:55:41 +0800 Subject: [PATCH] CI: Use macOS 15 in the 'GMT Dev Tests' workflow (#3485) --- .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 c777ce03247..fe12e04432a 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-14, windows-2022] + os: [ubuntu-24.04, macos-15, windows-2022] gmt_git_ref: [master] timeout-minutes: 30 defaults: