Skip to content

Commit 835b811

Browse files
authored
[ci] Update github action for v25.06 (#73)
* [ci] Update github action for v25.06 * fix ci?
1 parent a01ef4f commit 835b811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-22.04, macos-14, windows-2022]
14-
sofa_branch: [master]
14+
sofa_branch: [v25.06]
1515

1616
steps:
1717
- name: Setup SOFA and environment
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
sofa_root: ${{ github.workspace }}/sofa
2222
sofa_version: ${{ matrix.sofa_branch }}
23-
sofa_scope: 'standard'
23+
sofa_scope: 'full'
2424
- name: Checkout source code
2525
uses: actions/checkout@v2
2626
with:

0 commit comments

Comments
 (0)