From 1fd65505b9f7977f88315e94e70b64360857db5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Gamb=C3=B6ck?= Date: Sat, 11 Jan 2025 18:55:15 +0100 Subject: [PATCH] Remove MacOS runner due to problems --- .github/targets.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" } ]