Align macos runner lifecycle with forgejo
Some checks failed
Build Apple / Build App (iOS Simulator) (push) Waiting to run
Build Apple / Build App (macOS) (push) Waiting to run
Build Site / Next.js Build (push) Successful in 1m51s
Build Rust / Cargo Test (push) Failing after 3m54s

This commit is contained in:
Conrad Kramer 2026-03-19 04:43:55 -07:00
parent dd369bd0f8
commit db443bcb50
2 changed files with 33 additions and 9 deletions

View file

@ -645,7 +645,9 @@ fi
mkdir -p bin
export PATH="${PWD}/bin:${PATH}"
runner_version="v12.6.4"
# Keep the ad-hoc macOS bootstrap on the same Forgejo runner major/minor line
# as the server-side LTS package and the Linux runner image.
runner_version="v11.0.11"
runner_src_tgz="forgejo-runner-${runner_version}.tar.gz"
runner_src_tgz_path="${cache_root}/downloads/${runner_src_tgz}"
runner_src_url="https://code.forgejo.org/forgejo/runner/archive/${runner_version}.tar.gz"