From 2d010fbcaea5c679e3e1b303e8111689483ccb33 Mon Sep 17 00:00:00 2001 From: Ryan Grant Date: Wed, 24 Jul 2024 13:20:56 -0700 Subject: [PATCH] bump to 2.28 to support checkout action update --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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