We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59c2b0 commit 4403ce7Copy full SHA for 4403ce7
.github/workflows/build.yml
@@ -19,7 +19,6 @@ on:
19
- docs/
20
- examples/
21
- python/perspective/README.md
22
- pull_request:
23
workflow_dispatch:
24
inputs:
25
ci-full:
@@ -765,12 +764,12 @@ jobs:
765
764
- is-full-run: false
766
os: windows-2019
767
768
- # Exclude Macos 10.11 bulds
+ # Exclude Macos bulds
769
770
os: macos-10.15
771
772
773
- os: macos-10.11
+ os: macos-11
774
775
# Exclude Python 3.7 and 3.8 builds
776
@@ -1247,6 +1246,9 @@ jobs:
1247
1246
1248
1249
+ - is-full-run: false
1250
1251
+
1252
1253
python-version: 3.7
1254
0 commit comments