Skip to content

Commit

Permalink
24.04 for many linux builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ashione committed Apr 4, 2024
1 parent 8a60713 commit 3fa6f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian_manylinux_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ env:
jobs:
streaming-debian-manylinux-pipeline:
timeout-minutes: 120
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container: quay.io/pypa/manylinux_2_24_x86_64

steps:
- uses: actions/checkout@v2

- name: Apt get update and Install bazel
run: |
cp .github/ubuntu-source.list /etc/apt/sources.list
# cp .github/ubuntu-source.list /etc/apt/sources.list
apt-get update
apt-get install -yq wget openjdk-8-jdk zlib1g-dev zip git
apt-get install -yq gcc g++
Expand Down

0 comments on commit 3fa6f21

Please sign in to comment.