From e713528446181e81669d0c061a9db2e0c585b230 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 8 Feb 2025 23:32:47 +0100 Subject: [PATCH] Correct macos ci versions see #1253 --- .github/workflows/early-access.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/early-access.yaml b/.github/workflows/early-access.yaml index b46db955..d4948ef7 100644 --- a/.github/workflows/early-access.yaml +++ b/.github/workflows/early-access.yaml @@ -62,8 +62,8 @@ jobs: strategy: fail-fast: false matrix: - # binaries wanted: linux amd64, mac intel, mac M1, windows x86 - os: [ ubuntu-latest, macos-13, macos-14, windows-latest ] + # binaries wanted: linux amd64, mac M1, mac intel, windows x86 + os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ] runs-on: ${{ matrix.os }} steps: