Skip to content

Commit

Permalink
update ga for mac (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy authored Nov 2, 2023
1 parent c962f8a commit e06c1d6
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-12, windows-2019]
sofa_branch: [master]

steps:
- name: (Mac) Workaround for homebrew
shell: bash
if: runner.os == 'macOS'
run: |
rm -f /usr/local/bin/2to3
rm -f /usr/local/bin/idle3
rm -f /usr/local/bin/pydoc3
rm -f /usr/local/bin/python3
rm -f /usr/local/bin/python3-config
rm -f /usr/local/bin/2to3-3.11
rm -f /usr/local/bin/idle3.11
rm -f /usr/local/bin/pydoc3.11
rm -f /usr/local/bin/python3.11
rm -f /usr/local/bin/python3.11-config
rm -f /usr/local/bin/python3.11-config
rm -f /usr/local/bin/go
rm -f /usr/local/bin/gofmt
- name: Setup SOFA and environment
id: sofa
uses: sofa-framework/sofa-setup-action@v4
Expand Down

0 comments on commit e06c1d6

Please sign in to comment.