Skip to content

Commit

Permalink
bump to 2.28 to support checkout action update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheConcierge committed Jul 24, 2024
1 parent d07ae9f commit 2d010fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d010fb

Please sign in to comment.