From 25691b4c79ccaf8971a370d9d390b3bb8ba0990d Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Fri, 12 Jun 2026 14:40:17 -0400 Subject: [PATCH] fix/ci-pub (#14) Reviewed-on: https://git.mcpeakdev.com/McPeakDev/nychthemeron/pulls/14 Co-authored-by: Matthew L McPeak Co-committed-by: Matthew L McPeak --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4fd37af..2608ab3 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: needs: build if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest - container: oven/bun:1 + container: catthehacker/ubuntu:act-latest steps: - name: Install git run: apt-get update && apt-get install -y git nodejs npm