Skip to content

Commit 301c244

Browse files
committed
Prepare merge with master
1 parent 0b382f7 commit 301c244

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-20.04, macos-10.15, windows-2019]
22-
sofa_branch: [robosoft2022]
23-
python_version: ['3.7', '3.8', '3.9', '3.10']
22+
sofa_branch: [master]
23+
python_version: ['3.8']
2424

2525
steps:
2626
- name: Setup SOFA and environment
2727
id: sofa
28-
uses: sofa-framework/sofa-setup-action@robosoft2022
28+
uses: sofa-framework/sofa-setup-action@v4
2929
with:
3030
sofa_root: ${{ github.workspace }}/sofa
3131
sofa_version: ${{ matrix.sofa_branch }}

0 commit comments

Comments
 (0)