From 67bfea272bcac6f3a1c4bec6a6b499a233941cab Mon Sep 17 00:00:00 2001 From: bakpaul Date: Tue, 28 May 2024 10:42:02 +0200 Subject: [PATCH] 'Update workflow to match branch name' --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34296ca..1b4cfa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, macos-13, windows-2022] - sofa_branch: [master] - + sofa_branch: [v24.06] steps: # https://github.com/actions/runner-images/issues/6817 - name: (Mac) Workaround for homebrew # https://github.com/rancher-sandbox/lima-and-qemu/pull/20