From fc49ae166c9c5e9243faa0f0b407aa5e55352c92 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 5 Apr 2024 21:14:24 +0200 Subject: [PATCH] v1.0.371 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1847a04..300a401 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: # run: npm install -g node-gyp@latest - name: Install setuptools (macos) - if: matrix.os == 'macos-13' + if: matrix.os == 'macos-latest' run: sudo -H pip install setuptools - name: Prepare for app notarization