Skip to content

Commit 9dd7ecb

Browse files
committed
ci: Switch to ubuntu-22.04
1 parent db84bf3 commit 9dd7ecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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: |
@@ -83,7 +83,7 @@ jobs:
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

0 commit comments

Comments
 (0)