Use darwin instead of macos

This commit is contained in:
Arnaud 2026-03-06 10:32:39 +04:00
parent 422c76f110
commit fd0452e3cc
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
name: linux
- os: macos-latest
name: macos
name: darwin
cpu: arm64
- os: windows-latest

View File

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