Skip to content

Commit bbc4de1

Browse files
authored
Upgrade GitHub Actions self-hosted runner (#2423)
The self-hosted runner version 2.311.0 is below the new minimum required version (v2.329.0). GitHub will block connections from runners older than v2.329.0 starting March 2, 2026. Update to v2.331.0 (latest stable) to ensure continued CI operation.
1 parent 68f8cd8 commit bbc4de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/tpu-ci/vm_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def get_startup_script() -> str:
227227
udevadm trigger --subsystem-match=pci
228228
229229
echo "Installing GitHub Actions runner..."
230-
RUNNER_VERSION="2.311.0"
230+
RUNNER_VERSION="2.331.0"
231231
RUNNER_USER="github-runner"
232232
233233
if ! id -u $RUNNER_USER > /dev/null 2>&1; then

0 commit comments

Comments
 (0)