Skip to content

Commit

Permalink
debug 3 OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Oct 23, 2024
1 parent 52ff1b2 commit 0e1e9ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
strategy:
matrix:
config:
- {os: macOS-latest, r: 'devel', http-user-agent: 'release'}
- {os: macOS-latest, r: 'release', http-user-agent: 'release'}
- {os: windows-latest, r: 'release', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release', http-user-agent: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0e1e9ca

Please sign in to comment.