Skip to content

Commit

Permalink
update python to 3.10.11
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fedorov committed Apr 23, 2024
1 parent a67e64e commit c782574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 "*<COMMIT_DATE>-<COMMIT_SHORT_SHA>*" \
--exit-success-if-missing-token --token ${{ secrets.GA_TOKEN }}
--exit-success-if-missing-token --token ${{ secrets.GA_TOKEN }}

0 comments on commit c782574

Please sign in to comment.