Skip to content

Commit bda7101

Browse files
authored
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.
1 parent c2ffb03 commit bda7101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272

7373
coverity-macos:
74-
runs-on: macos-latest
74+
runs-on: macos-latest-large
7575
needs: [coverity-windows]
7676

7777
steps:

0 commit comments

Comments
 (0)