From dfc72ea7dbd9c7650687ecf6772c30133c610369 Mon Sep 17 00:00:00 2001 From: Xaver Russ Date: Mon, 14 Jul 2025 00:41:01 +0200 Subject: [PATCH] container: image: ubuntu-latest --- .forgejo/workflows/ansible.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ansible.yml b/.forgejo/workflows/ansible.yml index 2da3137..bba5feb 100644 --- a/.forgejo/workflows/ansible.yml +++ b/.forgejo/workflows/ansible.yml @@ -16,6 +16,8 @@ jobs: matrix: arch: [ amd64, arm64 ] runs-on: ${{ matrix.arch }} + container: + image: ubuntu-latest steps: - name: Install Node.js and dependencies run: |