Skip to content

Commit b67b9b2

Browse files
authored
Merge pull request #3 from sofa-framework/bakpaul-patch-1
Update ci.yml
2 parents 552635b + 9269fc0 commit b67b9b2

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,13 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
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]
1717

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:
3519
- name: Setup SOFA and environment
3620
id: sofa
37-
uses: sofa-framework/sofa-setup-action@v4
21+
uses: sofa-framework/sofa-setup-action@v5
3822
with:
3923
sofa_root: ${{ github.workspace }}/sofa
4024
sofa_version: ${{ matrix.sofa_branch }}

0 commit comments

Comments
 (0)