From dd7824e4a1de3f447ed00c9a5556653e7c082d7c Mon Sep 17 00:00:00 2001 From: Baldur van Lew Date: Mon, 16 Sep 2024 14:43:55 +0200 Subject: [PATCH] Update python setup python 3.11 setup-python action v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5dad9a..d6e2be7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,9 +106,9 @@ jobs: sudo xcode-select -switch /Applications/Xcode_${{matrix.build-xcode-version}}.app - name: Setup python version - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Setup gcc version if: startsWith(matrix.build-compiler, 'gcc')