There was an error while loading. Please reload this page.
1 parent e835596 commit 93b0f6dCopy full SHA for 93b0f6d
2 files changed
.github/workflows/test.yml
@@ -2,6 +2,7 @@ on:
2
push:
3
schedule:
4
- cron: "0 2 * * *"
5
+ workflow_dispatch:
6
7
name: Test on Ubuntu 24.04
8
Dockerfile
@@ -1,5 +1,4 @@
1
-# TODO: switch to release container when R-4.6 is out
-FROM ghcr.io/r-universe-org/base-image:devel
+FROM ghcr.io/r-devel/ubuntu-24.04:latest
RUN echo "R_PLATFORM_PKGTYPE=linux.binary.noble-$(arch)" >> "$HOME/.Renviron"
0 commit comments