File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
pythonStandaloneVersion : ${{ fromJSON(needs.build-matrix.outputs.PYTHON_STANDALONE_VERSIONS) }}
40
40
pythonVersion : ${{ fromJSON(needs.build-matrix.outputs.PYTHON_VERSIONS) }}
41
41
fail-fast : false
42
- runs-on : ubuntu-20 .04
42
+ runs-on : ubuntu-22 .04
43
43
steps :
44
44
- name : checkout
45
45
run : |
83
83
strategy :
84
84
matrix :
85
85
os :
86
- - ubuntu-20 .04
86
+ - ubuntu-22 .04
87
87
- macos-11
88
88
- windows-2019
89
89
pythonStandaloneVersion : ${{ fromJSON(needs.build-matrix.outputs.PYTHON_STANDALONE_VERSIONS) }}
@@ -125,7 +125,7 @@ jobs:
125
125
pythonStandaloneVersion : ${{ fromJSON(needs.build-matrix.outputs.PYTHON_STANDALONE_VERSIONS) }}
126
126
pythonVersion : ${{ fromJSON(needs.build-matrix.outputs.PYTHON_VERSIONS) }}
127
127
fail-fast : false
128
- runs-on : ubuntu-20 .04
128
+ runs-on : ubuntu-22 .04
129
129
if : ${{ github.event_name == 'push' && github.ref_name == 'main' }}
130
130
permissions :
131
131
contents : write
You can’t perform that action at this time.
0 commit comments