Skip to content

Commit

Permalink
Only build on github CI for macos-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Nov 22, 2023
1 parent be9c5fe commit 6e35da8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bigsur.yml → .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: macOS-bigsur
name: macOS

on: [push]

jobs:
build:

runs-on: macos-11
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/monterey.yml

This file was deleted.

4 changes: 3 additions & 1 deletion web2/cadabra2/source/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ <h1>Change log</h1>
<h3>github master (2.4.5)</h3>
<ul>
<li>Fix simplification of <tt>pow</tt> nodes.</li>
<li>Make <tt>ExNode</tt> iterators skip nodes hidden by <tt>zoom</tt></li>
<li>Make <tt>ExNode</tt> iterators skip nodes hidden by <tt>zoom</tt>.</li>
<li>Fix <tt>canonicalise</tt> acting on expressions with self-anticommuting objects and derivatives (Daniel).</li>
<li>Fix crash when comparing with empty expressions.</li>
</ul>

<h3>2.4.4 (released 20-Sep-2023)</h3>
Expand Down

0 comments on commit 6e35da8

Please sign in to comment.