We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81bf24 commit d2fc7adCopy full SHA for d2fc7ad
.github/workflows/R-CMD-check.yaml
@@ -30,7 +30,8 @@ jobs:
30
- {os: ubuntu-20.04, r: 'release'}
31
- {os: ubuntu-24.04, r: 'release', disable-static: 'disable-static'}
32
- {os: ubuntu-22.04, r: 'release', disable-static: 'disable-static'}
33
- - {os: ubuntu-20.04, r: 'release', disable-static: 'disable-static'}
+ - {os: ubuntu-24.04-arm, r: 'release'}
34
+ - {os: ubuntu-24.04-arm, r: 'release', disable-static: 'disable-static'}
35
36
env:
37
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments