From e9023d56620c01b0d2494927fcd5a243271a0e32 Mon Sep 17 00:00:00 2001 From: iceweasel-oai Date: Thu, 18 Dec 2025 11:53:36 -0800 Subject: [PATCH] use mainline version as baseline in ci (#8271) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 677c340a8..fd2e5131a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" \