From 5d354ec49df5fb2b65cc1a9ada33b053969a5cf6 Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Sun, 28 Dec 2025 18:14:50 +0200 Subject: [PATCH] try fixing CI --- .github/workflows/binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 7c46552..c5f4bd9 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -71,11 +71,11 @@ jobs: asmnasm: /Users/runner/nasm/nasm output: sointu-compile params: cmd/sointu-compile/main.go - - os: macos-13 + - os: macos-latest asmnasm: /Users/runner/nasm/nasm output: sointu-track params: -tags=native cmd/sointu-track/main.go - - os: macos-13 + - os: macos-latest asmnasm: /Users/runner/nasm/nasm output: sointu-vsti.a bundleoutput: sointu-vsti