Skip to content

Commit fd7e209

Browse files
seismanweiji14
andauthored
Test on oldest supported versions of Python and OS
Co-authored-by: Wei Ji <[email protected]>
1 parent c8fb052 commit fd7e209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests_backward.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: ['3.10']
29-
os: [ubuntu-latest, macOS-latest, windows-latest]
28+
python-version: ['3.8']
29+
os: [ubuntu-20.04, macOS-11, windows-2019]
3030
gmt_version: ['6.3']
3131
timeout-minutes: 30
3232
defaults:

0 commit comments

Comments
 (0)