File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -12,29 +12,13 @@ jobs:
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- os : [ubuntu-20 .04, macos-11 , windows-2019 ]
16
- sofa_branch : [master, v22 .12]
15
+ os : [ubuntu-22 .04, macos-13 , windows-2022 ]
16
+ sofa_branch : [master, v23 .12]
17
17
18
- steps :
19
- # https://github.com/actions/runner-images/issues/6817
20
- - name : (Mac) Workaround for homebrew
21
- shell : bash
22
- if : runner.os == 'macOS'
23
- run : |
24
- rm -f /usr/local/bin/2to3
25
- rm -f /usr/local/bin/idle3
26
- rm -f /usr/local/bin/pydoc3
27
- rm -f /usr/local/bin/python3
28
- rm -f /usr/local/bin/python3-config
29
- rm -f /usr/local/bin/2to3-3.11
30
- rm -f /usr/local/bin/idle3.11
31
- rm -f /usr/local/bin/pydoc3.11
32
- rm -f /usr/local/bin/python3.11
33
- rm -f /usr/local/bin/python3.11-config
34
-
18
+ steps :
35
19
- name : Setup SOFA and environment
36
20
id : sofa
37
- uses : sofa-framework/sofa-setup-action@v4
21
+ uses : sofa-framework/sofa-setup-action@v5
38
22
with :
39
23
sofa_root : ${{ github.workspace }}/sofa
40
24
sofa_version : ${{ matrix.sofa_branch }}
You can’t perform that action at this time.
0 commit comments