Skip to content

Commit 461f43e

Browse files
committed
backed in tets
1 parent 597a84b commit 461f43e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- {os: windows-latest, r: 'release'}
2828
- {os: windows-latest, r: 'oldrel'}
2929

30-
- {os: ubuntu-24.04-arm, r: 'devel'}
30+
- {os: ubuntu-24.04-arm, r: 'release'}
3131
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
3232
- {os: ubuntu-latest, r: 'release'}
3333
- {os: ubuntu-latest, r: 'oldrel'}
@@ -36,6 +36,7 @@ jobs:
3636
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3737
R_KEEP_PKG_SOURCE: yes
3838
MAKEFLAGS: -j4
39+
RCPP_PARALLEL_BACKEND: tbb
3940

4041
steps:
4142
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)