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.
This commit is contained in:
Patrick Wozniak
2026-09-02 10:33:18 +02:00
parent 240adb52b3
commit e1c0a024ce
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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