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
Some checks failed
Build Ladybird (Ubuntu 24.04) / Build on Ubuntu 24.04 (push) Failing after 25m31s
This commit is contained in:
parent
b41536f4ef
commit
c168bb62d5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
name: Build on Ubuntu 24.04
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:24.04
|
||||
image: catthehacker/ubuntu:act-24.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue