From b5b495d200e83cf51130e89f0db5d3a4943079d1 Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Thu, 8 Aug 2024 09:45:15 +0200 Subject: [PATCH] Try with older macos version --- .github/workflows/publish_macos.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish_macos.yml b/.github/workflows/publish_macos.yml index b03149d..bc38068 100644 --- a/.github/workflows/publish_macos.yml +++ b/.github/workflows/publish_macos.yml @@ -8,15 +8,13 @@ on: jobs: release_macos: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v2 with: node-version: 16 - - name: Install Python 3.10 - run: brew install python@3.10 && brew unlink python && brew link --force --overwrite python@3.10 - name: Install Yarn run: npm install --global yarn - name: Install dependencies