From b7ce3e6f810fe4a7f47f4cfeb7013dbec2b60859 Mon Sep 17 00:00:00 2001 From: erik pernod Date: Tue, 12 Dec 2023 01:09:21 +0100 Subject: [PATCH] [ci] Update github action to use Sofa branch v23.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41863856e..2f076184d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, macos-12, windows-2019] - sofa_branch: [master] + sofa_branch: [v23.12] steps: - name: Setup SOFA and environment