From cab9393e78668e25e351d7ec68a43872ec24d7be Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Mon, 21 Jul 2025 18:26:32 +0200 Subject: [PATCH] Rename OSX occurrences for macos. --- .github/resources/{Makefile.osx => Makefile.macos} | 0 .../{gmp_patch.osx.hpp => gmp_patch.macos.hpp} | 0 .github/workflows/compile-circuit.yml | 14 +++++++------- 3 files changed, 7 insertions(+), 7 deletions(-) rename .github/resources/{Makefile.osx => Makefile.macos} (100%) rename .github/resources/{gmp_patch.osx.hpp => gmp_patch.macos.hpp} (100%) diff --git a/.github/resources/Makefile.osx b/.github/resources/Makefile.macos similarity index 100% rename from .github/resources/Makefile.osx rename to .github/resources/Makefile.macos diff --git a/.github/resources/gmp_patch.osx.hpp b/.github/resources/gmp_patch.macos.hpp similarity index 100% rename from .github/resources/gmp_patch.osx.hpp rename to .github/resources/gmp_patch.macos.hpp diff --git a/.github/workflows/compile-circuit.yml b/.github/workflows/compile-circuit.yml index f9323bd..63ef2cb 100644 --- a/.github/workflows/compile-circuit.yml +++ b/.github/workflows/compile-circuit.yml @@ -185,8 +185,8 @@ jobs: name: pol-windows-x86_64.tar.gz path: repo/circom_circuits/Mantle/pol_cpp/pol-windows-x86_64.tar.gz - build-osx-native: - name: Build OSX Binary (Native) + build-macos-native: + name: Build MacOS Binary (Native) runs-on: macos-latest needs: - setup @@ -226,13 +226,13 @@ jobs: - name: Dependencies - Install [nlohmann/json] run: brew install nlohmann-json - - name: Replace pol Makefile # TODO: Make a fork generate the appropriate OSX Makefile + - name: Replace pol Makefile # TODO: Make a fork generate the appropriate MacOS Makefile working-directory: repo - run: cp .github/resources/Makefile.osx circom_circuits/Mantle/pol_cpp/Makefile + run: cp .github/resources/Makefile.macos circom_circuits/Mantle/pol_cpp/Makefile - - name: Patch OSX GMP + - name: Patch MacOS GMP working-directory: repo - run: cp .github/resources/gmp_patch.osx.hpp circom_circuits/Mantle/pol_cpp/gmp_patch.osx.hpp + run: cp .github/resources/gmp_patch.macos.hpp circom_circuits/Mantle/pol_cpp/gmp_patch.macos.hpp - name: Compile Circuit working-directory: repo/circom_circuits/Mantle/pol_cpp @@ -255,7 +255,7 @@ jobs: - setup - build-linux-native - build-windows-native - - build-osx-native + - build-macos-native env: VERSION: ${{ needs.setup.outputs.version }} outputs: