<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f6e057b1d167c93b404b3ae738c888f31e1c651f">https://github.com/macports/macports-ports/commit/f6e057b1d167c93b404b3ae738c888f31e1c651f</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 f6e057b1d16 CI: Add macOS 13 GitHub-hosted runner
</span>f6e057b1d16 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f6e057b1d167c93b404b3ae738c888f31e1c651f
</span>Author: Vadym-Valdis Yudaiev <judaew@outlook.de>
AuthorDate: Wed Apr 26 19:02:53 2023 +0300

<span style='display:block; white-space:pre;color:#404040;'>    CI: Add macOS 13 GitHub-hosted runner
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://github.blog/changelog/2023-04-24-github-actions-macos-13-is-now-available/
</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 2a40e0f4745..8862c7dbcc5 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;'>@@ -23,7 +23,7 @@ jobs:
</span>     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        os: [macos-11, macos-12]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        os: [macos-11, macos-12, macos-13]
</span> 
     steps:
       - name: Checkout ports
</pre><pre style='margin:0'>

</pre>