From fcb5e4d13f2ec3e0b21081da31a9295117824eb1 Mon Sep 17 00:00:00 2001 From: bakpaul Date: Tue, 28 May 2024 10:42:12 +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 86da1f1..9b7a74c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, macos-11, windows-2019] - sofa_branch: [master, v22.12] - + 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