Skip to content

Commit

Permalink
use windows when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed Oct 25, 2023
1 parent 2eaae43 commit 325c435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, master, refactorcpp]
pull_request:
branches: [main, master]

Expand All @@ -18,9 +18,9 @@ jobs:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
# - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
# - {os: macos-latest, r: 'release'}
# - {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'oldrel-1'}

Expand Down

0 comments on commit 325c435

Please sign in to comment.