Skip to content

Commit

Permalink
Bump aliBuild in APT/RPM repositories (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored Dec 10, 2024
1 parent deedaae commit 0a906dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
include:
- el_version: el7
container: centos:7
alibuild_tag: v1.17.12
alibuild_tag: v1.17.13
- el_version: el8
container: almalinux:8
alibuild_tag: v1.17.12
alibuild_tag: v1.17.13
- el_version: el9
container: almalinux:9
alibuild_tag: v1.17.12
alibuild_tag: v1.17.13
- el_version: fedora
container: fedora:40
alibuild_tag: v1.17.12
alibuild_tag: v1.17.13

name: "RPM (${{ matrix.el_version }})"
container: ${{ matrix.container }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
name: DEB (${{ matrix.ubuntu_codename }})
container: ubuntu:${{ matrix.ubuntu_codename }}
env:
ALIBUILD_TAG: v1.17.12
ALIBUILD_TAG: v1.17.13
ALIBUILD_DISTRO: ${{ matrix.ubuntu_codename }}
DEBIAN_FRONTEND: noninteractive
steps:
Expand Down

0 comments on commit 0a906dd

Please sign in to comment.