Skip to content

Commit

Permalink
action: try macos 13 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Dec 19, 2023
1 parent ad66532 commit 5a2cf39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ['3.7', '3.8', '3.10', '3.11', '3']
include:
# mac os test
- os: 'macos-latest'
- os: 'macos-13'
python-version: '3.7' # oldest supported version

# non-utc timezone test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
platform: '_remote_background_indep_tcp _remote_at_indep_tcp'
# macos
- name: 'macos 1/5'
os: 'macos-latest'
os: 'macos-13'
python-version: '3.7'
test-base: 'tests/f'
chunk: '1/5'
platform: '_local_background*'
- name: 'macos 2/5'
os: 'macos-latest'
os: 'macos-13'
python-version: '3.7'
test-base: 'tests/f'
chunk: '2/5'
Expand Down

0 comments on commit 5a2cf39

Please sign in to comment.