Skip to content

Commit 4113711

Browse files
committed
Correction: use the gh-24.04 image
That should have been `gh-24.04`, not `gh-22.04`. Also, it seems necessary to install `libclang-dev` in these images.
1 parent dfed5f8 commit 4113711

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ For this project, here is the `Dockerfile` we use for the Linux runner:
5353

5454
```dockerfile
5555
# Start from a base image that is already configured for act.
56-
# The hash below is for version gh-22.04-20251102.
57-
FROM ghcr.io/catthehacker/ubuntu@sha256:3e4886e537c7c74d44c1ce0d1bc7c3142674e16ba1ca3c63c5ebbf8e1bbc10fd
56+
# The hash below is for version gh-24.04-20251102.
57+
FROM ghcr.io/catthehacker/ubuntu@sha256:363e3d7092aa3e4f7ea2f274822de3802a8547bb96dc03e09886f376e83f8ee4
5858

5959
# Switch to the root user to have permission to install packages.
6060
USER root
@@ -66,6 +66,7 @@ RUN apt-get update && \
6666
cmake \
6767
curl \
6868
golang-go \
69+
libclang-dev \
6970
jq \
7071
python3 python3-dev cython3 \
7172
shellcheck \

0 commit comments

Comments
 (0)