File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -18,28 +18,14 @@ jobs:
1818 strategy :
1919 fail-fast : false
2020 matrix :
21- os : [ubuntu-20 .04, macos-11 , windows-2019 ]
21+ os : [ubuntu-22 .04, macos-13 , windows-2022 ]
2222 sofa_branch : [master]
2323
2424 steps :
25- - name : (Mac) Workaround for homebrew
26- shell : bash
27- if : runner.os == 'macOS'
28- run : |
29- rm -f /usr/local/bin/2to3
30- rm -f /usr/local/bin/idle3
31- rm -f /usr/local/bin/pydoc3
32- rm -f /usr/local/bin/python3
33- rm -f /usr/local/bin/python3-config
34- rm -f /usr/local/bin/2to3-3.11
35- rm -f /usr/local/bin/idle3.11
36- rm -f /usr/local/bin/pydoc3.11
37- rm -f /usr/local/bin/python3.11
38- rm -f /usr/local/bin/python3.11-config
3925
4026 - name : Setup SOFA and environment
4127 id : sofa
42- uses : sofa-framework/sofa-setup-action@v4
28+ uses : sofa-framework/sofa-setup-action@v5
4329 with :
4430 sofa_root : ${{ github.workspace }}/sofa
4531 sofa_version : ${{ matrix.sofa_branch }}
You can’t perform that action at this time.
0 commit comments