diff --git a/.github/targets.json b/.github/targets.json index 48fcde6..1c42183 100644 --- a/.github/targets.json +++ b/.github/targets.json @@ -1,5 +1,3 @@ [ - { "os": "ubuntu-latest", "target": "x86_64-unknown-linux-gnu" }, - - { "os": "macos-latest", "target": "x86_64-apple-darwin" } + { "os": "ubuntu-latest", "target": "x86_64-unknown-linux-gnu" } ]