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
Next Next commit
see if mac checks also work
  • Loading branch information
IndrajeetPatil committed Feb 11, 2022
commit 19a8fd75d979bf0251c47a01535c0800d5e7f26f
5 changes: 2 additions & 3 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ 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'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel-1'}

# Use older ubuntu to maximise backward compatibility
- {os: ubuntu-18.04, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-18.04, r: 'release'}
- {os: ubuntu-18.04, r: 'oldrel-1'}
Expand Down