Skip to content

Commit 7536739

Browse files
actions: downgrade macos runners to macos 11 (#5892)
1 parent 8f975c4 commit 7536739

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: ['ubuntu-latest']
2323
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
2424
include:
25-
- os: 'macos-latest'
25+
- os: 'macos-11'
2626
python-version: '3.7'
2727
env:
2828
PYTEST_ADDOPTS: --cov --cov-append -n 5 --color=yes

.github/workflows/test_functional.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ jobs:
7474
platform: '_remote_background_indep_tcp _remote_at_indep_tcp'
7575
# macos
7676
- name: 'macos 1/5'
77-
os: 'macos-latest'
77+
os: 'macos-11'
7878
python-version: '3.7'
7979
test-base: 'tests/f'
8080
chunk: '1/5'
8181
platform: '_local_background*'
8282
- name: 'macos 2/5'
83-
os: 'macos-latest'
83+
os: 'macos-11'
8484
python-version: '3.7'
8585
test-base: 'tests/f'
8686
chunk: '2/5'

0 commit comments

Comments
 (0)