From 363cfe453d19a70885ca6b377c72b9f39af026c1 Mon Sep 17 00:00:00 2001 From: epernod Date: Fri, 24 Oct 2025 23:33:50 +0200 Subject: [PATCH 1/2] [ci] Update github action for v25.06 --- .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 b9f029a..f85452a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, macos-14, windows-2022] - sofa_branch: [master] + sofa_branch: [v25.06] steps: - name: Setup SOFA and environment From 430202949de4a7b61dd21e95ee44a5961510fe23 Mon Sep 17 00:00:00 2001 From: epernod Date: Sat, 25 Oct 2025 00:26:17 +0200 Subject: [PATCH 2/2] fix ci? --- .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 f85452a..95a272c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: sofa_root: ${{ github.workspace }}/sofa sofa_version: ${{ matrix.sofa_branch }} - sofa_scope: 'standard' + sofa_scope: 'full' - name: Checkout source code uses: actions/checkout@v2 with: