use mainline version as baseline in ci (#8271)

This commit is contained in:
iceweasel-oai 2025-12-18 11:53:36 -08:00 committed by GitHub
parent ad41182ee8
commit e9023d5662
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ jobs:
run: |
set -euo pipefail
# Use a rust-release version that includes all native binaries.
CODEX_VERSION=0.74.0-alpha.3
CODEX_VERSION=0.74.0
OUTPUT_DIR="${RUNNER_TEMP}"
python3 ./scripts/stage_npm_packages.py \
--release-version "$CODEX_VERSION" \