From a227a9c5342c23ea6d30e7e0cb84c32c75f1d79c Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Wed, 22 Oct 2025 20:37:52 -0500 Subject: [PATCH] Bump up to latest MM:S and SM stable versions. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e60444e..67b7b48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ jobs: env: PROJECT: "collisionhook" SDKS: "css hl2dm dods tf2 l4d l4d2" - MMSOURCE_VERSION: "1.11" - SOURCEMOD_VERSION: "1.11" + MMSOURCE_VERSION: "1.12" + SOURCEMOD_VERSION: "1.12" CACHE_PATH: ${{ github.workspace }}/cache steps: - name: Concatenate SDK Names