Skip to content

Commit d2fc7ad

Browse files
committed
Test on ARM64 Linux
1 parent b81bf24 commit d2fc7ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/R-CMD-check.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
- {os: ubuntu-20.04, r: 'release'}
3131
- {os: ubuntu-24.04, r: 'release', disable-static: 'disable-static'}
3232
- {os: ubuntu-22.04, r: 'release', disable-static: 'disable-static'}
33-
- {os: ubuntu-20.04, r: 'release', disable-static: 'disable-static'}
33+
- {os: ubuntu-24.04-arm, r: 'release'}
34+
- {os: ubuntu-24.04-arm, r: 'release', disable-static: 'disable-static'}
3435

3536
env:
3637
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)