Skip to content

Commit

Permalink
Update ci.yml : workaround for the mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Jan 10, 2023
1 parent a6336c8 commit bba25e9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2019]
sofa_branch: [master, v22.06]

steps:
# https://github.com/actions/runner-images/issues/6817
- name: (Mac) Workaround for homebrew # https://github.com/rancher-sandbox/lima-and-qemu/pull/20
shell: bash
if: runner.os == 'macOS'
run: |
rm /usr/local/bin/2to3
rm /usr/local/bin/idle3
rm /usr/local/bin/pydoc3
rm /usr/local/bin/python3
rm /usr/local/bin/python3-config
- name: Setup SOFA and environment
id: sofa
uses: sofa-framework/sofa-setup-action@v3
Expand Down

0 comments on commit bba25e9

Please sign in to comment.