Skip to content

Commit

Permalink
actions: downgrade macos runners to macos 11
Browse files Browse the repository at this point in the history
* Use older macos images to work around
  actions/runner-images#8649
  • Loading branch information
oliver-sanders committed Dec 19, 2023
1 parent 3320c05 commit 6869306
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-11'
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-11'
python-version: '3.7'
test-base: 'tests/f'
chunk: '1/5'
platform: '_local_background*'
- name: 'macos 2/5'
os: 'macos-latest'
os: 'macos-11'
python-version: '3.7'
test-base: 'tests/f'
chunk: '2/5'
Expand Down

0 comments on commit 6869306

Please sign in to comment.