From 9932bc74aa88eaa0a5036cca0c6ca832a8eefa13 Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Thu, 11 Jun 2026 17:06:26 -0400 Subject: [PATCH] fix: ci (#2) Reviewed-on: https://git.mcpeakdev.com/McPeakML/Portfolio/pulls/2 Co-authored-by: Matthew L McPeak Co-committed-by: Matthew L McPeak --- .forgejo/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 1d43089..8ce607b 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: needs: build if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest + container: catthehacker/ubuntu:act-latest steps: - name: Checkout uses: actions/checkout@v4