diff --git a/.github/workflows/tic.yml b/.github/workflows/tic.yml index a6f8d19..3920608 100644 --- a/.github/workflows/tic.yml +++ b/.github/workflows/tic.yml @@ -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: