From 3e9c5c7143460706a7b697c886e7ad5fe6441a30 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 16 May 2024 15:34:43 +0200 Subject: [PATCH] fix: downgrade to macos-13 for intel-compat build Context: https://github.com/ipfs/ipfs-desktop/issues/2809#issuecomment-2115259649 Closes #2809 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fe84a189..cbf9aa4dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-13, ubuntu-latest, windows-latest] steps: - name: Check out Git repository @@ -145,7 +145,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-13, ubuntu-latest, windows-latest] steps: - name: Check out Git repository