forked from qt-creator/qt-creator
Revert "GitHub Actions: Upgrade macOS runner to macos-15"
This reverts commit2b42236afa
. Reason for revert:d4e3c51e8d
fixed the main issue. Change-Id: Ib05304e5ace7cfe4bbbe66095734f9406fc0c535 Reviewed-by: Jarek Kobus <jaroslaw.kobus@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",
|
name: "macOS Latest Clang", artifact: "macos-universal",
|
||||||
os: macos-15,
|
os: macos-latest,
|
||||||
cc: "clang", cxx: "clang++"
|
cc: "clang", cxx: "clang++"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user