Skip to content

Commit

Permalink
Explicitly use non-ARM64 macOS runner
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Youw committed Apr 28, 2024
1 parent c2ffb03 commit bda7101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:


coverity-macos:
runs-on: macos-latest
runs-on: macos-latest-large
needs: [coverity-windows]

steps:
Expand Down

0 comments on commit bda7101

Please sign in to comment.