Skip to content

Commit

Permalink
GH Actions: update MacOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jun 24, 2024
1 parent d8756e6 commit 6842a7d
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: MetRonnie/release-actions/patch-dns@patch-dns

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

0 comments on commit 6842a7d

Please sign in to comment.