Skip to content

Commit

Permalink
Merge pull request #608 from MetRonnie/actions
Browse files Browse the repository at this point in the history
GH Actions: update MacOS version
  • Loading branch information
wxtim authored Jul 12, 2024
2 parents 7a52238 + 372c260 commit 6d95887
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
os: ['ubuntu-latest']
python: ['3.8', '3.9']
include:
- os: 'macos-11'
python: '3.8'
- os: 'macos-latest'
python: '3.9'
env:
PYTEST_ADDOPTS: --cov --color=yes

Expand All @@ -53,6 +53,9 @@ jobs:
export PATH
__HERE__
- name: Patch DNS
uses: cylc/release-actions/patch-dns@v1

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 6d95887

Please sign in to comment.