From ea124aac385cc1d36e2492d8ca46ed06512ed5d5 Mon Sep 17 00:00:00 2001 From: Owen Green Date: Wed, 25 Jun 2025 17:42:53 +0100 Subject: [PATCH] Update flucoma-core-ci.yml Weird windows test fails correlated with switching CI to `windows-latest`, seeing if rolling back fixes this or if cause is something esle --- .github/workflows/flucoma-core-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flucoma-core-ci.yml b/.github/workflows/flucoma-core-ci.yml index 818674a6..2eae64e1 100644 --- a/.github/workflows/flucoma-core-ci.yml +++ b/.github/workflows/flucoma-core-ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, windows-latest, macOS-latest] + os: [ubuntu-22.04, windows-2022, macOS-latest] fail-fast: false steps: