Skip to content

Commit

Permalink
Use windows-latest for release and devel
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Apr 26, 2023
1 parent 3d935da commit d88ffe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fail-fast: false
matrix:
include: [
{ windows: windows-2019, r: release },
{ windows: windows-2022, r: devel }
{ windows: windows-latest, r: release },
{ windows: windows-latest, r: devel }
]
steps:
- run: git config --global core.autocrlf false
Expand Down

0 comments on commit d88ffe8

Please sign in to comment.