From c7825749de83371d0f1d1e7a45d84a0bcf190ba3 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Mon, 22 Apr 2024 21:52:26 -0400 Subject: [PATCH] update python to 3.10.11 3.7.14 appears to be no longer available, and 3.10.11 is the next one available based on https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json --- .github/workflows/cmake-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-macos.yml b/.github/workflows/cmake-macos.yml index f2f4380c..afbe1c29 100644 --- a/.github/workflows/cmake-macos.yml +++ b/.github/workflows/cmake-macos.yml @@ -24,7 +24,7 @@ jobs: fetch-tags: true - uses: actions/setup-python@v4 with: - python-version: '3.7.14' + python-version: '3.10.11' # Install build tools (cmake and ninja) as well as jsondiff - name: "Install jsondiff" @@ -119,4 +119,4 @@ jobs: --prerelease-packages ${{ github.workspace }}/dcmqi-build/dcmqi-build/dcmqi-*-mac-*.tar.gz \ --prerelease-packages-clear-pattern "dcmqi-*-mac-*" \ --prerelease-packages-keep-pattern "*-*" \ - --exit-success-if-missing-token --token ${{ secrets.GA_TOKEN }} \ No newline at end of file + --exit-success-if-missing-token --token ${{ secrets.GA_TOKEN }}