Skip to content

Commit ee2fade

Browse files
committed
Merge pull request #2 from sofa-framework/bakpaul-patch-1
Update ci.yml
1 parent 54162cd commit ee2fade

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
@@ -12,13 +12,13 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-20.04, macos-11, windows-2019]
15+
os: [ubuntu-22.04, macos-13, windows-2022]
1616
sofa_branch: [master]
1717

1818
steps:
1919
- name: Setup SOFA and environment
2020
id: sofa
21-
uses: sofa-framework/sofa-setup-action@v4
21+
uses: sofa-framework/sofa-setup-action@v5
2222
with:
2323
sofa_root: ${{ github.workspace }}/sofa
2424
sofa_version: ${{ matrix.sofa_branch }}

0 commit comments

Comments
 (0)