forked from qt-creator/qt-creator
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:
2
.github/workflows/build_cmake.yml
vendored
2
.github/workflows/build_cmake.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
}
|
||||
- {
|
||||
name: "macOS Latest Clang", artifact: "macos-universal",
|
||||
os: macos-latest,
|
||||
os: macos-15,
|
||||
cc: "clang", cxx: "clang++"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user