]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Build on macOS 14 instead of the deprecated macOS 13
authorTobias Brunner <tobias@strongswan.org>
Wed, 1 Oct 2025 13:52:45 +0000 (15:52 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 1 Oct 2025 17:08:51 +0000 (19:08 +0200)
While macos-13 was running on Intel, both macos-latest (macOS 15) and
macos-14 run on ARM64.  While there are Intel-based images for 14 and 15,
they will only be available until August 2027 (and there aren't any Intel
devices anymore anyway).

.github/workflows/macos.yml

index 161976b1d210f88062dd5cb7bb5820fe34f58316..2ec7fcf0f24687978636b57bf7d45bc435d492e2 100644 (file)
@@ -27,7 +27,7 @@ jobs:
   macos:
     strategy:
       matrix:
-        os: [macos-latest, macos-13]
+        os: [macos-latest, macos-14]
     needs: pre-check
     if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
     runs-on: ${{ matrix.os }}