mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-20 18:04:26 +02:00
Add manylinux_2_28-x64 and retire manylinux_2_24-x64
Replaces manylinux_2_24 (which has been deprecated). Based on AlmaLinux (RedHat-based) and GCC 11. Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
This commit is contained in:

committed by
Jean-Christophe Fillion-Robin

parent
dd849908aa
commit
ada2c8dad6
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -771,9 +771,9 @@ jobs:
|
||||
cpython: "no",
|
||||
cpython_arg: "",
|
||||
}
|
||||
# manylinux_2_24 images
|
||||
# manylinux_2_28 images
|
||||
- {
|
||||
image: "manylinux_2_24-x64",
|
||||
image: "manylinux_2_28-x64",
|
||||
stockfish: "yes",
|
||||
stockfish_arg: "ARCH=x86-64-modern",
|
||||
ninja: "yes",
|
||||
|
Reference in New Issue
Block a user