Skip to content

Commit

Permalink
master: disable macos in conda-ubuntu-macos.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Apr 26, 2024
1 parent 000a996 commit e18e916
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/conda-ubuntu-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
# os: ["ubuntu-latest", "macos-latest"] 2024-04-26 macos-latest failing
# Error: No installed conda 'base' environment found ...; see
# https://github.com/coin-or/CppAD/actions/runs/8834404014/job/24281915299

os: ["ubuntu-latest"]

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

0 comments on commit e18e916

Please sign in to comment.