From fd0452e3ccf8b6a62c58fdf0a4587dace16657d6 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 6 Mar 2026 10:32:39 +0400 Subject: [PATCH] Use darwin instead of macos --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e727c5..85ef735 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: name: linux - os: macos-latest - name: macos + name: darwin cpu: arm64 - os: windows-latest diff --git a/README.md b/README.md index 5213f5a..8c52349 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The default `OS` is `linux` and the default `ARCH` is `amd64`. You can provide them as environment variables: ```sh -OS="macos" ARCH="arm64" make fetch +OS="darwin" ARCH="arm64" make fetch ``` You can change the version by providing it as environment variables: