Skip to content

Commit

Permalink
Roll nighty valgrind to 2.24 (#721)
Browse files Browse the repository at this point in the history
* Roll nighty valgrind to 2.24

* Dial continuous integration on windows down to r-release only
  • Loading branch information
eddelbuettel authored Jun 13, 2024
1 parent f4281fe commit e37db85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [ release-2.22, release-2.23, dev ]
tag: [ release-2.23, release-2.24, dev ]

steps:
- name: Checkout
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
fail-fast: false
matrix:
include: [
{ windows: windows-latest, r: release },
{ windows: windows-latest, r: devel }
#{ windows: windows-latest, r: release },
#{ windows: windows-latest, r: devel }
#
# for now just r-release
{ windows: windows-latest, r: release }
]
steps:
- run: git config --global core.autocrlf false
Expand Down

0 comments on commit e37db85

Please sign in to comment.