File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 pythonStandaloneVersion : ${{ fromJSON(needs.build-matrix.outputs.PYTHON_STANDALONE_VERSIONS) }}
4040 pythonVersion : ${{ fromJSON(needs.build-matrix.outputs.PYTHON_VERSIONS) }}
4141 fail-fast : false
42- runs-on : ubuntu-20 .04
42+ runs-on : ubuntu-22 .04
4343 steps :
4444 - name : checkout
4545 run : |
8383 strategy :
8484 matrix :
8585 os :
86- - ubuntu-20 .04
86+ - ubuntu-22 .04
8787 - macos-11
8888 - windows-2019
8989 pythonStandaloneVersion : ${{ fromJSON(needs.build-matrix.outputs.PYTHON_STANDALONE_VERSIONS) }}
@@ -125,7 +125,7 @@ jobs:
125125 pythonStandaloneVersion : ${{ fromJSON(needs.build-matrix.outputs.PYTHON_STANDALONE_VERSIONS) }}
126126 pythonVersion : ${{ fromJSON(needs.build-matrix.outputs.PYTHON_VERSIONS) }}
127127 fail-fast : false
128- runs-on : ubuntu-20 .04
128+ runs-on : ubuntu-22 .04
129129 if : ${{ github.event_name == 'push' && github.ref_name == 'main' }}
130130 permissions :
131131 contents : write
You can’t perform that action at this time.
0 commit comments