From d75523200cef50a3a32654a01653fca98b00aa4b Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Tue, 18 Nov 2025 19:13:23 +0100 Subject: [PATCH] CI: upgrade from macos-13 to macos-15-intel --- .github/workflows/sounddevice-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sounddevice-data.yml b/.github/workflows/sounddevice-data.yml index 02b8620..c2b943b 100644 --- a/.github/workflows/sounddevice-data.yml +++ b/.github/workflows/sounddevice-data.yml @@ -8,7 +8,7 @@ jobs: - os: macos-latest arch: 'arm64' # Last version with Intel CPU: - - os: macos-13 + - os: macos-15-intel arch: 'x64' - os: windows-latest arch: 'x64'