<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b8427a9d3d7c22d9c5165b191a290a1ae3a33532">https://github.com/macports/macports-ports/commit/b8427a9d3d7c22d9c5165b191a290a1ae3a33532</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new b8427a9d3d7 CI: disable fail-fast
</span>b8427a9d3d7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b8427a9d3d7c22d9c5165b191a290a1ae3a33532
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Apr 1 08:48:12 2024 +1100

<span style='display:block; white-space:pre;color:#404040;'>    CI: disable fail-fast
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    While this will use more resources for changes that introduce build
</span><span style='display:block; white-space:pre;color:#404040;'>    problems, it is often useful to be able to see if something is only
</span><span style='display:block; white-space:pre;color:#404040;'>    failing on a subset of platforms.
</span>---
 .github/workflows/main.yml | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index 647f553b48e..db53bd70e6f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +22,7 @@ jobs:
</span>       group: ${{ github.ref }}/${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     strategy:
<span style='display:block; white-space:pre;background:#e0ffe0;'>+      fail-fast: false
</span>       matrix:
         os: [macos-11, macos-12, macos-13, macos-14]
 
</pre><pre style='margin:0'>

</pre>