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: