From aa8165d81a1f1258998ac8f4d51419b9f65e5a88 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 13 Dec 2024 21:23:24 +0530 Subject: [PATCH] Removed hardcoding of python version so that maintenance can be done in a single place (.python-version) --- .github/workflows/macos-release-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos-release-build.yml b/.github/workflows/macos-release-build.yml index d331e2b5d..2c867d0f0 100644 --- a/.github/workflows/macos-release-build.yml +++ b/.github/workflows/macos-release-build.yml @@ -36,8 +36,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 - with: - python-version: '3.11' + # note: This will use the version defined in '.python-version' by default - name: Setup Git run: |