From e1c0a024cec9f64010dc378a7c6289de1621bc05 Mon Sep 17 00:00:00 2001 From: Patrick Wozniak Date: Wed, 2 Sep 2026 10:33:18 +0200 Subject: [PATCH] ci: run Bun 1.4.0 in the memory benchmark and omp jobs Bump the memory benchmark runtime pins to the current stable releases: Bun 1.3.11 -> 1.4.0, Node 22.19.0 -> 22.23.2, pi host 0.82.1 -> 0.84.4. Pin the Oh My Pi compatibility job to the same Bun release instead of 'latest' so a required check does not drift on its own. --- .github/workflows/ci.yml | 4 ++-- .github/workflows/memory-benchmark.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 955c102..68b1346 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,9 @@ jobs: with: node-version: 20 cache: npm - - uses: oven-sh/setup-bun@v2 + - uses: oven-sh/setup-bun@v2.2.0 with: - bun-version: latest + bun-version: 1.4.0 - run: npm ci - name: Install Oh My Pi run: | diff --git a/.github/workflows/memory-benchmark.yml b/.github/workflows/memory-benchmark.yml index 3924c83..b23d8d8 100644 --- a/.github/workflows/memory-benchmark.yml +++ b/.github/workflows/memory-benchmark.yml @@ -17,9 +17,9 @@ jobs: permissions: contents: read env: - PI_VERSION: 0.82.1 - BUN_VERSION: 1.3.11 - NODE_VERSION: 22.19.0 + PI_VERSION: 0.84.4 + BUN_VERSION: 1.4.0 + NODE_VERSION: 22.23.2 MEMORY_BENCHMARK_RUNS: 6 MEMORY_BENCHMARK_WARMUP_MS: 2500 MEMORY_BENCHMARK_SAMPLES: 12