Revert "GitHub Actions: Upgrade macOS runner to macos-15"

This reverts commit 2b42236afa.

Reason for revert: d4e3c51e8d fixed the main issue.

Change-Id: Ib05304e5ace7cfe4bbbe66095734f9406fc0c535
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Cristian Adam
2025-04-24 14:01:31 +00:00
parent 87000ab8a0
commit ebe8e8de43

View File

@@ -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++"
} }