Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

update gha to v2 #31

Merged
merged 3 commits into from
Feb 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update check-full.yaml
  • Loading branch information
IndrajeetPatil committed Feb 11, 2022
commit 2d990aee9484ded47dc972254ba1f566decc98bc
4 changes: 2 additions & 2 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'devel'}
#- {os: macOS-latest, r: 'devel'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'oldrel-1'}
#- {os: macOS-latest, r: 'oldrel-1'}

- {os: windows-latest, r: 'devel', rtools-version: '42'}
- {os: windows-latest, r: 'devel'}
Expand Down