<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/87812d129e8c62c1bd980e6596f9b27554de16e8">https://github.com/macports/macports-ports/commit/87812d129e8c62c1bd980e6596f9b27554de16e8</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 87812d129e8 .github: remove macos-10.14 target
</span>87812d129e8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 87812d129e8c62c1bd980e6596f9b27554de16e8
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Sep 23 10:03:29 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> .github: remove macos-10.14 target
</span>---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<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 c2d040f77aa..c761139362a 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;'>@@ -16,7 +16,7 @@ jobs:
</span> runs-on: ${{ matrix.os }}
strategy:
matrix:
<span style='display:block; white-space:pre;background:#ffe0e0;'>- os: [macos-10.14, macos-10.15]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ os: [macos-10.15]
</span>
steps:
- name: Checkout repository
</pre><pre style='margin:0'>
</pre>