Skip to content

Commit 6d95887

Browse files
authored
Merge pull request #608 from MetRonnie/actions
GH Actions: update MacOS version
2 parents 7a52238 + 372c260 commit 6d95887

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
os: ['ubuntu-latest']
2626
python: ['3.8', '3.9']
2727
include:
28-
- os: 'macos-11'
29-
python: '3.8'
28+
- os: 'macos-latest'
29+
python: '3.9'
3030
env:
3131
PYTEST_ADDOPTS: --cov --color=yes
3232

@@ -53,6 +53,9 @@ jobs:
5353
export PATH
5454
__HERE__
5555
56+
- name: Patch DNS
57+
uses: cylc/release-actions/patch-dns@v1
58+
5659
- name: Setup Python
5760
uses: actions/setup-python@v5
5861
with:

0 commit comments

Comments
 (0)