Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner authored Oct 15, 2024
1 parent 17bb705 commit e45b2c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
matrix:
config:
# use a different tic template type if you do not want to build on all listed platforms
- { os: windows-latest, r: "release", quarto: "" }
- { os: macOS-latest, r: "release", quarto: "" }
- { os: ubuntu-latest, r: "release", quarto: "" }
- { os: windows-latest, r: "release", quarto: "release" }
- { os: macOS-latest, r: "release", quarto: "release" }
- { os: ubuntu-latest, r: "release", quarto: "release" }
- { os: ubuntu-latest, r: "release", quarto: "pre-release" }

env:
Expand Down

0 comments on commit e45b2c8

Please sign in to comment.