Skip to content

Commit fc22094

Browse files
committed
Disable macos to check on others os and arch
1 parent c1de77f commit fc22094

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
name: linux
2121
lib_ext: so
2222

23-
- os: macos-latest
24-
lib_ext: so
25-
name: macos
26-
cpu: arm64
23+
# - os: macos-latest
24+
# lib_ext: so
25+
# name: macos
26+
# cpu: arm64
2727

2828
- os: windows-latest
2929
cpu: amd64

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif
1515
# Configuration for fetching the right binary
1616
OS ?= "linux"
1717
ARCH ?= "amd64"
18-
VERSION ?= "v0.0.15"
18+
VERSION ?= "v0.0.16"
1919
LATEST_URL := "https://github.com/codex-storage/codex-go-bindings/releases/latest/download/codex-${OS}-${ARCH}.zip"
2020
VERSIONED_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"
2121

0 commit comments

Comments
 (0)