File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 shell : bash
4242 run : |
4343 sudo apt-get update
44- sudo apt-get install python${{ inputs.python_version }}-distutils -y
44+ sudo apt-get install python3-setuptools -y
4545
4646 - name : Install Poetry project dependencies
4747 # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 1313jobs :
1414
1515 build-scala :
16- runs-on : ubuntu-24 .04
16+ runs-on : ubuntu-22 .04
1717
1818 strategy :
1919 matrix :
6060 build-python :
6161 # scala/* branches are not supposed to change python code, trust them
6262 if : ${{ !startsWith(github.event.inputs.from_branch, 'scala/') }}
63- runs-on : ubuntu-24 .04
63+ runs-on : ubuntu-22 .04
6464 needs : build-scala
6565
6666 strategy :
@@ -102,7 +102,7 @@ jobs:
102102 publish-scala :
103103 name : Publish Scala Artifacts
104104 needs : [ build-scala, build-python ]
105- runs-on : ubuntu-24 .04
105+ runs-on : ubuntu-22 .04
106106 if : (github.event_name != 'pull_request') && startsWith(github.ref, 'refs/tags/v')
107107
108108 strategy :
@@ -144,7 +144,7 @@ jobs:
144144 publish-python :
145145 name : Publish Scala Artifacts
146146 needs : [ publish-scala ]
147- runs-on : ubuntu-24 .04
147+ runs-on : ubuntu-22 .04
148148 if : (github.event_name != 'pull_request') && startsWith(github.ref, 'refs/tags/v')
149149
150150 strategy :
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 docs :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-22.04
1717 container :
1818 image : s22s/debian-openjdk-conda-gdal:6790f8d
1919
You can’t perform that action at this time.
0 commit comments