Skip to content

Commit

Permalink
Probe Mac time
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 11, 2024
1 parent 965b624 commit 4ba6305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
# - ubuntu-latest
- macos-14
# - macos-14-arm64

Expand Down
2 changes: 1 addition & 1 deletion dev/github-actions/setup-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ then
# For consistent timing messages:
gnu-time
)
brew update >& tool.log
# brew update >& tool.log
elif [[ $MATRIX_OS == "macos-14-arm64" ]]
then
TOOL=( brew install )
Expand Down

0 comments on commit 4ba6305

Please sign in to comment.