Skip to content

Commit

Permalink
Merge pull request #647 from cylc/actions
Browse files Browse the repository at this point in the history
GH Actions: downgrade MacOS runner to 12 to retain Python 3.9 testing
  • Loading branch information
oliver-sanders authored Nov 28, 2024
2 parents 87ca49e + b5a8531 commit 6203e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: ['ubuntu-latest']
python: ['3.8', '3.9']
include:
- os: 'macos-latest'
- os: 'macos-12'
python: '3.8'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os: ['ubuntu-latest']
python: ['3.8', '3.9']
include:
- os: 'macos-latest'
- os: 'macos-12'
python: '3.9'
env:
PYTEST_ADDOPTS: --cov --color=yes
Expand Down

0 comments on commit 6203e5d

Please sign in to comment.