From 84a1ea31e5783232fb31d27e127f2758aa64ddf7 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Thu, 8 Aug 2024 10:34:49 +0200 Subject: [PATCH] test 2 --- .github/workflows/macos-alpha-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-alpha-build.yml b/.github/workflows/macos-alpha-build.yml index 5287c55ec..d3cfd964f 100644 --- a/.github/workflows/macos-alpha-build.yml +++ b/.github/workflows/macos-alpha-build.yml @@ -6,10 +6,10 @@ on: description: 'The version to build' required: true type: string - environment: production jobs: mac-build: name: Build macOS - ${{ matrix.arch }} + environment: production runs-on: ${{ matrix.os }} strategy: fail-fast: false