Skip to content

Commit f1b91cb

Browse files
committed
ci: drop brew on macos intel
something is wrong with numpy. And that is obsolete anyways.
1 parent 247c4ac commit f1b91cb

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
os: "ubuntu-24.04"
3535
- pm: "ros"
3636
os: "ubuntu-24.04"
37-
- pm: "brew"
38-
os: "macos-15-intel"
3937
- pm: "brew"
4038
os: "macos-15"
4139
steps:
@@ -45,7 +43,7 @@ jobs:
4543
- if: matrix.pm == 'brew'
4644
uses: Homebrew/actions/setup-homebrew@master
4745
- if: matrix.pm == 'brew'
48-
run: brew install pinocchio numpy
46+
run: brew install pinocchio
4947
- if: matrix.pm == 'brew'
5048
run: echo "PATH=/opt/homebrew/opt/python@3/libexec/bin:$PATH" >> $GITHUB_ENV
5149

@@ -118,7 +116,7 @@ jobs:
118116

119117
docker:
120118
runs-on: "ubuntu-latest"
121-
container: "ghcr.io/stack-of-tasks/pinocchio:devel" # todo: release ?
119+
container: "ghcr.io/stack-of-tasks/pinocchio:devel" # todo: latest ?
122120
steps:
123121
- uses: actions/checkout@v5
124122

0 commit comments

Comments
 (0)