Skip to content

Commit 726040f

Browse files
Merge pull request #5895 from cylc/8.2.x-sync
🤖 Merge 8.2.x-sync into master
2 parents 031fc05 + cc4060b commit 726040f

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
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ['3.7', '3.8', '3.10', '3.11', '3']
2424
include:
2525
# mac os test
26-
- os: 'macos-latest'
26+
- os: 'macos-11'
2727
python-version: '3.7' # oldest supported version
2828

2929
# non-utc timezone test

.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)