From a343c615b941c865033361777c8a5b3b14f43e09 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 1 Mar 2026 16:22:49 -0500 Subject: [PATCH] `example.yml`: Don't recommend `ubuntu-slim` --- example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.yml b/example.yml index ae4d2428..e23e2f18 100644 --- a/example.yml +++ b/example.yml @@ -11,7 +11,8 @@ on: jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' - runs-on: ubuntu-slim + # ubuntu-slim doesn't support containers, and thus won't work + runs-on: ubuntu-latest steps: - uses: JuliaRegistries/TagBot@v1 with: