From 2be035f2053eadddbbe02736d02ebeabeba91499 Mon Sep 17 00:00:00 2001 From: u3dreal <48415446+u3dreal@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:08:41 +0100 Subject: [PATCH] no arm64 action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0567f4f..d7217ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,7 +159,7 @@ jobs: path: ./molecular-plus_${{ env.VERSION }}_311_macos.zip build_macos41_arm64: - runs-on: macos-14-arm64 + runs-on: macos-14 outputs: VERSION: ${{ steps.build.outputs.VERSION }} steps: