Skip to content

Commit 93b0f6d

Browse files
committed
Switch to r-4.6 release container
1 parent e835596 commit 93b0f6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
schedule:
44
- cron: "0 2 * * *"
5+
workflow_dispatch:
56

67
name: Test on Ubuntu 24.04
78

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# TODO: switch to release container when R-4.6 is out
2-
FROM ghcr.io/r-universe-org/base-image:devel
1+
FROM ghcr.io/r-devel/ubuntu-24.04:latest
32

43
RUN echo "R_PLATFORM_PKGTYPE=linux.binary.noble-$(arch)" >> "$HOME/.Renviron"
54

0 commit comments

Comments
 (0)