Disable macos to check on others os and arch

This commit is contained in:
Arnaud 2025-10-15 08:19:46 +02:00
parent c1de77fe8e
commit fc220947e4
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"