Skip to content

Commit 2dd8360

Browse files
committed
turn off windows runner due to qpdf issue
1 parent 4e2634a commit 2dd8360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## tic GitHub Actions template: linux-macos-windows-deploy
1+
## tic GitHub Actions template: custom-deploy
22
## revision date: 2021-06-27
33
on:
44
workflow_dispatch:
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
config:
2424
# use a different tic template type if you do not want to build on all listed platforms
25-
- { os: windows-latest, r: "release" }
25+
# - { os: windows-latest, r: "release" }
2626
- { os: macOS-latest, r: "release", pkgdown: "true", latex: "true" }
2727
- { os: ubuntu-latest, r: "devel" }
2828
- { os: ubuntu-latest, r: "release" }

0 commit comments

Comments
 (0)