From 8bf283b45c3b78d0ce950a312ea4fee8427499e8 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:24:47 +1300 Subject: [PATCH] CI: Use macos-13 for GMT Dev Tests workflow Xref https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available --- .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 0906e084aef..88215e9d481 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-22.04, macos-13, windows-2022] + os: [ubuntu-22.04, macos-14, windows-2022] gmt_git_ref: [master] timeout-minutes: 30 defaults: