From 4d98533105e2c506ca03bc115969308f6ce625d4 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:36:04 +0000 Subject: [PATCH] Re enables beta CI (#27693) * Re enables beta CI * aaaaaaaaaaaaaa --- .github/workflows/ci.yml | 2 +- _build_dependencies.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20ca21d4a90..11b5bc95283 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: '/datum/map/cerestation', '/datum/map/emeraldstation', ] - byondtype: ['STABLE'] + byondtype: ['STABLE', 'BETA'] services: mariadb: image: mariadb:latest diff --git a/_build_dependencies.sh b/_build_dependencies.sh index 552b2f4d155..480502ecd41 100644 --- a/_build_dependencies.sh +++ b/_build_dependencies.sh @@ -8,9 +8,9 @@ export STABLE_BYOND_MAJOR=515 # Stable Byond Minor export STABLE_BYOND_MINOR=1633 # Beta Byond Major - Uncomment and update if beta cycle active -#export BETA_BYOND_MAJOR=515 +export BETA_BYOND_MAJOR=516 # Beta Byond Minor - Uncomment and update if beta cycle active -#export BETA_BYOND_MINOR=1633 +export BETA_BYOND_MINOR=1648 # Python version for mapmerge and other tools export PYTHON_VERSION=3.11.6 # RUSTG version