Skip to content

Commit

Permalink
commented out macOS in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Apr 30, 2024
1 parent f32bc3e commit 7e30922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Stack-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
runner:
- ubuntu-latest
- macOS-latest
# - macOS-latest
- windows-latest

resolver:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Stack-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
runner:
- ubuntu-latest
- macOS-latest
# - macOS-latest
- windows-latest

fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion src/Math/Algebra/Hspray.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ infixr 7 /^
(/^) spray lambda = spray /> lambda

infixl 6 +>
-- | Add a constant to a spray
-- | Add a spray to a constant
--
-- prop> x +> spray == constantSpray x ^+^ spray
(+>) :: (AlgAdd.C a, Eq a) => a -> Spray a -> Spray a
Expand Down

0 comments on commit 7e30922

Please sign in to comment.