Skip to content

Commit

Permalink
Merge pull request #59 from gradhep/remove-mac-ci
Browse files Browse the repository at this point in the history
remove intel macs from CI since jaxopt LBFGS-B does not correctly converge
  • Loading branch information
phinate authored Jul 5, 2023
2 parents 7a28790 + 878dfec commit 2bff240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.11"]
runs-on: [ubuntu-latest, macos-latest]
runs-on: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2bff240

Please # to comment.