diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68b16ff..e9101df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: name: linux lib_ext: so - - os: macos-latest - lib_ext: so - name: macos - cpu: arm64 + # - os: macos-latest + # lib_ext: so + # name: macos + # cpu: arm64 - os: windows-latest cpu: amd64 diff --git a/Makefile b/Makefile index 314404c..24999cc 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ endif # Configuration for fetching the right binary OS ?= "linux" ARCH ?= "amd64" -VERSION ?= "v0.0.15" +VERSION ?= "v0.0.16" LATEST_URL := "https://github.com/codex-storage/codex-go-bindings/releases/latest/download/codex-${OS}-${ARCH}.zip" VERSIONED_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"