Skip to content

Commit 14c07b4

Browse files
authored
CI: Use macos-13 for Tests Dev workflow and consistently use lower-case runner names (#2516)
1 parent 2466652 commit 14c07b4

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/cache_data.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
gmt_cache:
2222
name: Cache GMT artifacts
23-
runs-on: macOS-latest
23+
runs-on: macos-latest
2424
defaults:
2525
run:
2626
shell: bash -l {0}

.github/workflows/ci_docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
os: [ubuntu-latest, macOS-latest, windows-latest]
39+
os: [ubuntu-latest, macos-latest, windows-latest]
4040
# Is it a draft Pull Request (true or false)?
4141
isDraft:
4242
- ${{ github.event.pull_request.draft }}
4343
# Only run one job (Ubuntu + Python 3.11) for draft PRs
4444
exclude:
45-
- os: macOS-latest
45+
- os: macos-latest
4646
isDraft: true
4747
- os: windows-latest
4848
isDraft: true

.github/workflows/ci_doctests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [ubuntu-latest, macOS-latest, windows-latest]
23+
os: [ubuntu-latest, macos-latest, windows-latest]
2424
timeout-minutes: 30
2525
defaults:
2626
run:

.github/workflows/ci_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
python-version: ['3.9', '3.11']
52-
os: [ubuntu-latest, macOS-latest, windows-latest]
52+
os: [ubuntu-latest, macos-latest, windows-latest]
5353
# Is it a draft Pull Request (true or false)?
5454
isDraft:
5555
- ${{ github.event.pull_request.draft }}
5656
# Only run two jobs (Ubuntu + Python 3.9/3.11) for draft PRs
5757
exclude:
58-
- os: macOS-latest
58+
- os: macos-latest
5959
isDraft: true
6060
- os: windows-latest
6161
isDraft: true

.github/workflows/ci_tests_dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
os: [ubuntu-22.04, macOS-12, windows-2022]
41+
os: [ubuntu-22.04, macos-13, windows-2022]
4242
gmt_git_ref: [master]
4343
timeout-minutes: 30
4444
defaults:

.github/workflows/ci_tests_legacy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
os: [ubuntu-20.04, macOS-11, windows-2019]
34+
os: [ubuntu-20.04, macos-11, windows-2019]
3535
gmt_version: ['6.3']
3636
timeout-minutes: 30
3737
defaults:

0 commit comments

Comments
 (0)