@@ -28,10 +28,10 @@ jobs:
2828 fail-fast : false
2929 matrix :
3030 include :
31- - { os: ubuntu-latest, PLAT: i686, INTERFACE64: '0', MB_ML_VER: '2014 ', MB_ML_LIBC: manylinux}
31+ - { os: ubuntu-latest, PLAT: i686, INTERFACE64: '0', MB_ML_VER: '_2_28 ', MB_ML_LIBC: manylinux}
3232
33- - { os: ubuntu-latest, PLAT: x86_64, INTERFACE64: '0', MB_ML_VER: '2014 ', MB_ML_LIBC: manylinux}
34- - { os: ubuntu-latest, PLAT: x86_64, INTERFACE64: '1', MB_ML_VER: '2014 ', MB_ML_LIBC: manylinux}
33+ - { os: ubuntu-latest, PLAT: x86_64, INTERFACE64: '0', MB_ML_VER: '_2_28 ', MB_ML_LIBC: manylinux}
34+ - { os: ubuntu-latest, PLAT: x86_64, INTERFACE64: '1', MB_ML_VER: '_2_28 ', MB_ML_LIBC: manylinux}
3535
3636 - { os: macos-14, PLAT: x86_64, INTERFACE64: '0', MB_ML_LIBC: macosx}
3737 - { os: macos-14, PLAT: x86_64, INTERFACE64: '1', MB_ML_LIBC: macosx}
@@ -42,17 +42,17 @@ jobs:
4242 - { os: ubuntu-latest, PLAT: x86_64, INTERFACE64: '0', MB_ML_VER: '_1_2', MB_ML_LIBC: musllinux}
4343 - { os: ubuntu-latest, PLAT: x86_64, INTERFACE64: '1', MB_ML_VER: '_1_2', MB_ML_LIBC: musllinux}
4444
45- - { os: ubuntu-24.04-arm, PLAT: aarch64, INTERFACE64: '0', MB_ML_VER: '2014 ', MB_ML_LIBC: manylinux}
46- - { os: ubuntu-24.04-arm, PLAT: aarch64, INTERFACE64: '1', MB_ML_VER: '2014 ', MB_ML_LIBC: manylinux}
45+ - { os: ubuntu-24.04-arm, PLAT: aarch64, INTERFACE64: '0', MB_ML_VER: '_2_28 ', MB_ML_LIBC: manylinux}
46+ - { os: ubuntu-24.04-arm, PLAT: aarch64, INTERFACE64: '1', MB_ML_VER: '_2_28 ', MB_ML_LIBC: manylinux}
4747
4848 - { os: ubuntu-24.04-arm, PLAT: aarch64, INTERFACE64: '0', MB_ML_VER: '_1_2', MB_ML_LIBC: musllinux}
4949 - { os: ubuntu-24.04-arm, PLAT: aarch64, INTERFACE64: '1', MB_ML_VER: '_1_2', MB_ML_LIBC: musllinux}
5050
51- - { os: ubuntu-24.04-arm, PLAT: ppc64le, INTERFACE64: '0', MB_ML_VER: '2014 ', MB_ML_LIBC: manylinux}
52- - { os: ubuntu-24.04-arm, PLAT: ppc64le, INTERFACE64: '1', MB_ML_VER: '2014 ', MB_ML_LIBC: manylinux}
51+ - { os: ubuntu-24.04-arm, PLAT: ppc64le, INTERFACE64: '0', MB_ML_VER: '_2_28 ', MB_ML_LIBC: manylinux}
52+ - { os: ubuntu-24.04-arm, PLAT: ppc64le, INTERFACE64: '1', MB_ML_VER: '_2_28 ', MB_ML_LIBC: manylinux}
5353
54- - { os: ubuntu-24.04-arm, PLAT: s390x, INTERFACE64: '0', MB_ML_VER: '2014 ', MB_ML_LIBC: manylinux}
55- - { os: ubuntu-24.04-arm, PLAT: s390x, INTERFACE64: '1', MB_ML_VER: '2014 ', MB_ML_LIBC: manylinux}
54+ - { os: ubuntu-24.04-arm, PLAT: s390x, INTERFACE64: '0', MB_ML_VER: '_2_28 ', MB_ML_LIBC: manylinux}
55+ - { os: ubuntu-24.04-arm, PLAT: s390x, INTERFACE64: '1', MB_ML_VER: '_2_28 ', MB_ML_LIBC: manylinux}
5656
5757 - { os: ubuntu-24.04-arm, PLAT: riscv64, INTERFACE64: '0', MB_ML_VER: '_2_39', MB_ML_LIBC: manylinux}
5858 - { os: ubuntu-24.04-arm, PLAT: riscv64, INTERFACE64: '1', MB_ML_VER: '_2_39', MB_ML_LIBC: manylinux}
6262 MB_ML_LIBC : ${{ matrix.MB_ML_LIBC }}
6363 MB_ML_VER : ${{ matrix.MB_ML_VER }}
6464 INTERFACE64 : ${{ matrix.INTERFACE64 }}
65- BUILD_DIR : ${{ github.workspace }}
6665 PLAT : ${{ matrix.PLAT }}
67- OS-NAME : ${{ matrix.os }}
6866
6967 steps :
7068 - uses : actions/checkout@v6.0.1
0 commit comments