ci(forgejo): use catthehacker/ubuntu:act-24.04 container image to provide nodejs
Some checks failed
Build Ladybird (Ubuntu 24.04) / Build on Ubuntu 24.04 (push) Failing after 25m31s

This commit is contained in:
dmaax 2026-06-23 11:07:19 -03:00
parent b41536f4ef
commit c168bb62d5

View file

@ -17,7 +17,7 @@ jobs:
name: Build on Ubuntu 24.04 name: Build on Ubuntu 24.04
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ubuntu:24.04 image: catthehacker/ubuntu:act-24.04
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4