diff --git a/.github/workflows/tic.yml b/.github/workflows/tic.yml index 78701871..7b14246d 100644 --- a/.github/workflows/tic.yml +++ b/.github/workflows/tic.yml @@ -22,9 +22,9 @@ 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"} - - { os: macOS-latest, r: "devel" } - - { os: ubuntu-latest, r: "release", pkgdown: "true", latex: "true"} + - { os: macOS-latest, r: "release", pkgdown: "true", latex: "true"} + - { os: macOS-latest, r: "devel"} + - { os: ubuntu-latest, r: "release"} env: # otherwise remotes::fun() errors cause the build to fail. Example: Unavailability of binaries