We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e86ff0 + f3cb2a1 commit eb18597Copy full SHA for eb18597
1 file changed
.github/workflows/release.yml
@@ -38,9 +38,11 @@ jobs:
38
force-minimum-dependencies:
39
- false
40
exclude:
41
- # Python 3.6 does not run on ubuntu-latest
+ # Python 3.6 does not run on ubuntu-latest or any version of macos
42
- python: "3.6"
43
platform: ubuntu-latest
44
+ - python: "3.6"
45
+ platform: macos-latest
46
include:
47
48
platform: ubuntu-20.04
0 commit comments