Explicitly use non-ARM64 macOS runner

As of recently, `macos-latest` runner switched to macOS-14-arm64 host, and Coverity (at least currently available image) only works on Intel/x86_64-based systems.
`macos-latest-large` macOS runner is Intel-based, as per documentation.
This commit is contained in:
Ihor Dutchak
2024-04-28 12:50:07 +03:00
committed by GitHub
parent c2ffb03ef6
commit bda710178d
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
coverity-macos:
runs-on: macos-latest
runs-on: macos-latest-large
needs: [coverity-windows]
steps: