From 5a46c07a8fc874f3be78777b5265b3783d0c81d0 Mon Sep 17 00:00:00 2001 From: skwasjer <11424653+skwasjer@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:23:49 +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 035ec3d..96536d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,9 +100,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: