Skip to content

Commit

Permalink
Add ubuntu:24.04 to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jul 29, 2024
1 parent 167c372 commit 4354ab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bindists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- image: ubuntu:22.04
installCmd: apt-get update && apt-get install -y
toolRequirements: build-essential curl libffi-dev libffi7 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
- image: ubuntu:24.04
installCmd: apt-get update && apt-get install -y
toolRequirements: build-essential curl libffi-dev libffi8 libgmp-dev libgmp10 libncurses-dev libncurses6 libtinfo6
- image: archlinux:latest
installCmd: pacman -Syu --noconfirm
toolRequirements: which gcc gmp libffi make ncurses perl tar xz
Expand Down

0 comments on commit 4354ab8

Please sign in to comment.