Skip to content

Commit

Permalink
GH Actions: update MacOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jun 17, 2024
1 parent aa09e6a commit e704d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
python-version: ['3.7', '3.8', '3.10', '3.11', '3']
include:
# mac os test
- os: 'macos-11'
python-version: '3.7' # oldest supported version
- os: 'macos-latest'
python-version: '3.9' # oldest supported version
# non-utc timezone test
- os: 'ubuntu-latest'
python-version: '3.9' # not the oldest, not the most recent version
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,11 @@ jobs:
chunk: '1/1'
platform: '_remote_background_indep_tcp _remote_at_indep_tcp'
# macos
- name: 'macos 1/5'
os: 'macos-11'
python-version: '3.7'
- name: 'macos 1/4'
os: 'macos-latest'
python-version: '3.9'
test-base: 'tests/f'
chunk: '1/5'
platform: '_local_background*'
- name: 'macos 2/5'
os: 'macos-11'
python-version: '3.7'
test-base: 'tests/f'
chunk: '2/5'
chunk: '1/4'
platform: '_local_background*'

env:
Expand Down

0 comments on commit e704d2d

Please sign in to comment.