GitHub Actions: Upgrade macOS runner to macos-15

macos-latest is using Xcode 15.4 which breaks compilation.

With macos-15 we will get the latest Xcode, which is known to build
locally.

Change-Id: Ic8a39be0c3dacb475bcea48b9a170f7a5cef9660
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Cristian Adam
2025-04-22 11:48:19 +02:00
parent c1c374150d
commit 2b42236afa

View File

@@ -49,7 +49,7 @@ jobs:
}
- {
name: "macOS Latest Clang", artifact: "macos-universal",
os: macos-latest,
os: macos-15,
cc: "clang", cxx: "clang++"
}