diff --git a/.github/workflows/generate_jar.yaml b/.github/workflows/generate_jar.yaml index 5cb05e8e..2152fc08 100644 --- a/.github/workflows/generate_jar.yaml +++ b/.github/workflows/generate_jar.yaml @@ -51,7 +51,7 @@ jobs: set -e pushd .. source /home/runner/miniconda3/bin/activate root - git clone -b test_netty_100 https://github.com/lriggs/arrow.git + git clone -b netty_24.2 https://github.com/lriggs/arrow.git pip install -e arrow/dev/archery[crossbow] echo GITHUB_WORKSPACE:$GITHUB_WORKSPACE echo GITHUB_REPOSITORY: $GITHUB_REPOSITORY