We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6334b commit 99b6cdfCopy full SHA for 99b6cdf
1 file changed
.github/workflows/R_CMD_check_Hades.yaml
@@ -23,7 +23,7 @@ jobs:
23
config:
24
- {os: windows-latest, r: 'release'} # Does not appear to have Java 32-bit, hence the --no-multiarch
25
- {os: macOS-latest, r: 'release'}
26
- - {os: ubuntu-latest, r: 'release'}
+ - {os: ubuntu-latest, r: 'release'}
27
28
env:
29
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments