Skip to content

Commit

Permalink
include ubuntu and macos in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuGil committed Mar 23, 2024
1 parent 682d14d commit 8a08471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workshop-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
# list of Os's
R: ['4.3.3']
os: [windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Setup R
Expand Down

0 comments on commit 8a08471

Please sign in to comment.