Use published forgejo 11.x macos runner
Some checks failed
Build Site / Next.js Build (push) Successful in 1m39s
Build Rust / Cargo Test (push) Failing after 3m30s
Build Apple / Build App (iOS Simulator) (push) Successful in 1m56s
Build Apple / Build App (macOS) (push) Successful in 1m56s

This commit is contained in:
Conrad Kramer 2026-03-19 04:48:39 -07:00
parent db443bcb50
commit 8957af0e05

View file

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