Update build act container to Ubuntu 24.04

This commit is contained in:
2026-02-17 14:30:45 +01:00
parent 3a0225e635
commit f0ee6e91d3

View File

@@ -17,7 +17,7 @@ jobs:
build-docker-image:
runs-on: node20
container:
image: catthehacker/ubuntu:act-20.04
image: catthehacker/ubuntu:act-24.04
steps:
- name: Checkout Docker file
uses: actions/checkout@v4