From a289328f2f1f9d813c2b2cc7a472f8968d13690e Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos-Pita Date: Mon, 17 Nov 2025 08:31:04 +0100 Subject: [PATCH] fix(ci): Remove MacOS-arm64 and fix Windows on 2022 --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 1821c4ad..270af037 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -71,7 +71,7 @@ jobs: needs: [create_release] strategy: matrix: - os: [ubuntu-22.04, windows-latest, macOS-latest] + os: [ubuntu-22.04, windows-2022] steps: - uses: actions/checkout@v5