github: Build on macOS 14 instead of the deprecated macOS 13

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).
This commit is contained in:
Tobias Brunner 2025-10-01 15:52:45 +02:00
parent d0770e5362
commit 6a55de1fa2

View 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 }}