From: Guus Sliepen Date: Fri, 3 Apr 2026 18:54:34 +0000 (+0200) Subject: Use latest version of macOS in the CI pipeline X-Git-Url: https://www.tinc-vpn.org/git/?a=commitdiff_plain;h=b2f944b069e901c5edadd1eb893b125efbea4e6d;p=tinc Use latest version of macOS in the CI pipeline --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5e256d1..f3fb2ee2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -293,7 +293,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') macos: - runs-on: macos-15 + runs-on: macos-latest timeout-minutes: 20 steps: