Update bindist job to use fedora 37 instead of 36
This commit is contained in:
parent
9a02e03efa
commit
f413a1847b
2
.github/workflows/bindists.yaml
vendored
2
.github/workflows/bindists.yaml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
- image: fedora:27
|
||||
installCmd: dnf install -y
|
||||
toolRequirements: which findutils gcc gcc-c++ gmp gmp-devel make ncurses ncurses-compat-libs xz perl
|
||||
- image: fedora:36
|
||||
- image: fedora:37
|
||||
installCmd: dnf install -y
|
||||
toolRequirements: which gcc g++ gmp gmp-devel make ncurses ncurses-compat-libs xz perl
|
||||
- image: rockylinux:8
|
||||
|
Loading…
Reference in New Issue
Block a user