From d1494d5bdc21de82ed94fd7b70d02f150665653b Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Mon, 4 Nov 2024 14:28:04 +0100 Subject: [PATCH] fix xcode setup --- .github/workflows/common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 27a4ce0b..135e4807 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -38,11 +38,11 @@ jobs: - name: Locate OpenGL run: ./opengl.sh - - name: Remove XCode versions to save disk + - name: Setup Xcode version if: startsWith(inputs.os, 'macos') uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: "${{ matrix.xcode }}" + xcode-version: "${{ inputs.xcode }}" - name: Remove packages to save disk if: startsWith(inputs.os, 'ubuntu') && inputs.image == ''