From 5101713bbc3ab57eb97d3f1ccdf784e9567d8422 Mon Sep 17 00:00:00 2001 From: Ihor Dutchak Date: Mon, 9 Mar 2026 16:20:40 +0200 Subject: [PATCH] Update macOS runner version for Coverity job See: https://github.com/libusb/hidapi/commit/bda710178dfe9650bdf76aa02e3671e17e3a8a27 https://github.com/libusb/hidapi/commit/6c2de304317d2e48c463399e0401ae6e406cd7c6 See: https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4566a430a..217853f5a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -71,7 +71,7 @@ jobs: coverity-macos: - runs-on: macos-13 + runs-on: macos-15-intel needs: [coverity-windows] steps: