Skip to content

Commit 049ad37

Browse files
Use windows over mac for python versions other than 3.11 - mac is more likely to be redundant with (still-existing) ubuntu tests, and consumes disproportionately more GH Actions credits that delay PR actions, and windows has more GEOPHIRES contributors & users than mac
1 parent 4b61bef commit 049ad37

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,12 @@ jobs:
3232
python_arch: 'x64'
3333
tox_env: 'py38'
3434
os: 'ubuntu-latest'
35-
- name: 'py38 (macos)'
36-
python: '3.8'
37-
toxpython: 'python3.8'
38-
python_arch: 'x64'
39-
tox_env: 'py38'
40-
os: 'macos-latest'
4135
- name: 'py39 (ubuntu)'
4236
python: '3.9'
4337
toxpython: 'python3.9'
4438
python_arch: 'x64'
4539
tox_env: 'py39'
4640
os: 'ubuntu-latest'
47-
- name: 'py39 (macos)'
48-
python: '3.9'
49-
toxpython: 'python3.9'
50-
python_arch: 'x64'
51-
tox_env: 'py39'
52-
os: 'macos-latest'
5341
- name: 'py39 (windows)'
5442
python: '3.9'
5543
toxpython: 'python3.9'
@@ -62,12 +50,12 @@ jobs:
6250
python_arch: 'x64'
6351
tox_env: 'py310'
6452
os: 'ubuntu-latest'
65-
- name: 'py310 (macos)'
53+
- name: 'py310 (windows)'
6654
python: '3.10'
6755
toxpython: 'python3.10'
6856
python_arch: 'x64'
6957
tox_env: 'py310'
70-
os: 'macos-latest'
58+
os: 'windows-latest'
7159
- name: 'py311 (ubuntu)'
7260
python: '3.11'
7361
toxpython: 'python3.11'

0 commit comments

Comments
 (0)