Skip to content

Commit

Permalink
updated the tic.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampros committed Dec 5, 2023
1 parent 57b2581 commit 11c7a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
config:
# use a different tic template type if you do not want to build on all listed platforms
- { os: windows-latest, r: "release" }
- { os: macOS-latest, r: "release", pkgdown: "true", latex: "true" }
- { os: ubuntu-latest, r: "devel" }
- { os: macOS-latest, r: "release" }
- { os: ubuntu-latest, r: "devel", pkgdown: "true", latex: "true" }
- { os: ubuntu-latest, r: "release" }

env:
Expand Down

0 comments on commit 11c7a8e

Please sign in to comment.