diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1576288..9b42e55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,10 @@ jobs: env: NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }} - build-glibc-2_24: - name: Build Ngrok Java (glibc 2.24) + build-glibc-2_28: + name: Build Ngrok Java (glibc 2.28) runs-on: ubuntu-latest - container: quay.io/pypa/manylinux_2_24_x86_64 + container: quay.io/pypa/manylinux_2_28_x86_64 steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master