summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-29 17:27:02 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-29 17:27:02 -0500
commit4709727e78eeb26f8b65486206f6d776f0629e24 (patch)
tree615e489af845d598d45225de70c228577749238e
parent4a30291c2eaa450b3b204384244b60275b5820c3 (diff)
downloadpython-coveragepy-git-nedbat/lint-doc-gha.tar.gz
Will it work on macos?nedbat/lint-doc-gha
-rw-r--r--.github/workflows/quality.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index 05d27232..0d70ef00 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -17,7 +17,7 @@ defaults:
jobs:
lint:
name: Pylint etc
- runs-on: ubuntu-latest
+ runs-on: macos-latest
steps:
- name: "Check out the repo"