From d352ef7e1a6a15f99d54b81b5da5f834e66dbfba Mon Sep 17 00:00:00 2001 From: Tristan Youngs Date: Thu, 18 Dec 2025 10:41:34 +0000 Subject: [PATCH] Add missing OSX vars to recreate_release. --- .github/workflows/recreate_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/recreate_release.yml b/.github/workflows/recreate_release.yml index 172b279b7e..77e963c730 100644 --- a/.github/workflows/recreate_release.yml +++ b/.github/workflows/recreate_release.yml @@ -25,6 +25,8 @@ jobs: with: currentVersion: ${{ needs.Checkout.outputs.currentVersion }} msvcVersion: ${{ needs.Checkout.outputs.msvcVersion }} + osxTargetDeploymentVersion: ${{ needs.Checkout.outputs.osxTargetDeploymentVersion }} + osxRunner: ${{ needs.Checkout.outputs.osxRunner }} qtVersion: ${{ needs.Checkout.outputs.qtVersion }} antlrVersion: ${{ needs.Checkout.outputs.antlrVersion }} conanHash: ${{ needs.Checkout.outputs.conanHash }}