From 6f32603c5c387ee87a1b63ed81d55be125ccdd9c Mon Sep 17 00:00:00 2001 From: skwasjer <11424653+skwasjer@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:06:08 +0200 Subject: [PATCH] ci: macos-latest has updated to ARM-based MacOS 14 which causes pipeline fail --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df735b7f..8e18be7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -102,9 +102,9 @@ jobs: strategy: matrix: os: - - ubuntu-latest - - windows-latest - - macos-latest + - ubuntu-latest + - windows-latest + - macos-13 fail-fast: false runs-on: ${{ matrix.os }} steps: