We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f22ff5 commit c3d65f7Copy full SHA for c3d65f7
.github/workflows/main.yml
@@ -30,11 +30,11 @@ jobs:
30
config:
31
### Custom configs (specify your own runners here)
32
# [Custom matrix env var]
33
- # - { os: windows-latest, r: "release" }
+ - { os: windows-latest, r: "release" }
34
35
- # - { os: macOS-latest, r: "release", pkgdown: "true", latex: "true" }
+ - { os: macOS-latest, r: "release", pkgdown: "true", latex: "true" }
36
37
- # - { os: ubuntu-latest, r: "release" }
+ - { os: ubuntu-latest, r: "release" }
38
39
# - { os: ubuntu-latest, r: "devel" }
40
0 commit comments