Skip to content

Commit 4b7cb2a

Browse files
authored
CI: Use macos-14 for GMT Dev Tests workflow (#3024)
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
1 parent 612574c commit 4b7cb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests_dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
os: [ubuntu-22.04, macos-13, windows-2022]
39+
os: [ubuntu-22.04, macos-14, windows-2022]
4040
gmt_git_ref: [master]
4141
timeout-minutes: 30
4242
defaults:

0 commit comments

Comments
 (0)