Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
removed windows-latest tag
  • Loading branch information
JustinMShea authored Dec 14, 2024
1 parent dddb448 commit 3993331
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
include:
- {os: macOS-latest}
- {os: ubuntu-latest}
- {os: windows-latest}

runs-on: ${{ matrix.os }}

Expand All @@ -34,4 +33,4 @@ jobs:
run: ./run.sh install_all

- name: Test
run: ./run.sh run_tests
run: ./run.sh run_tests

0 comments on commit 3993331

Please sign in to comment.