From 1d93557c17a53c514dcdb85f5c86396ce410d6a3 Mon Sep 17 00:00:00 2001 From: Olivier Chorchos Date: Thu, 23 Jul 2026 18:42:12 +0200 Subject: [PATCH] ci: use active Intel macOS runner --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d5c56d..7f1f4b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: fail-fast: false matrix: include: - - runner: macos-13 + - runner: macos-15-intel architecture: x86_64 - runner: macos-14 architecture: aarch64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14ae7e2..8d5220a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: resource-directory: linux-x86_64 library-name: libpbivnorm.so platform: linux - - runner: macos-13 + - runner: macos-15-intel resource-directory: macos-x86_64 library-name: libpbivnorm.dylib platform: macos