From 8f6f518e27efbd9924e2bed4dd45414ff3575a73 Mon Sep 17 00:00:00 2001 From: Aad <7024626+l-Aad-l@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:54:10 -0400 Subject: [PATCH] Update branch builds to SM 1.11 --- .github/workflows/branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 958d9d8..fe394ad 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - SM_VERSION: ["1.10"] + SM_VERSION: ["1.11"] steps: - uses: actions/checkout@v2