From 3263d51084dd1e56a498d706c28af96b83b78289 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Sun, 9 Jun 2024 23:26:04 +0200 Subject: [PATCH] Dont mix ubuntu and macos --- .github/workflows/build_macos.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_macos.yaml b/.github/workflows/build_macos.yaml index 46731af..df0358a 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -3,9 +3,8 @@ name: Build macOS artifacts and make release on: workflow_dispatch jobs: - build-windows: - runs-on: - - ubuntu-latest + build-macos: + runs-on: macos-latest permissions: contents: write steps: