]> tinc-vpn.org Git - tinc/commitdiff
Use latest version of macOS in the CI pipeline
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 3 Apr 2026 18:54:34 +0000 (20:54 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 3 Apr 2026 18:54:34 +0000 (20:54 +0200)
.github/workflows/test.yml

index b5e256d14a59acdb8919051298ec44df3afed7f5..f3fb2ee2e871168eb91e0af1b78269cf3d5628d7 100644 (file)
@@ -293,7 +293,7 @@ jobs:
         if: startsWith(github.ref, 'refs/tags/')
 
   macos:
-    runs-on: macos-15
+    runs-on: macos-latest
     timeout-minutes: 20
 
     steps: