Skip to content

Commit 0df718d

Browse files
committed
CI/CD: Bump deprecated Ubuntu runner 20.04 to 22.04.
1 parent 8434a82 commit 0df718d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
os: [ ubuntu-20.04, macOS-13, windows-2019 ]
21+
os: [ ubuntu-22.04, macOS-13, windows-2019 ]
2222
python-version: [ '3.10', 'pypy3.10', '3.11', '3.12', '3.13' ]
2323
fail-fast: false
2424

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [ ubuntu-20.04, macOS-13, windows-2019 ]
20+
os: [ ubuntu-22.04, macOS-13, windows-2019 ]
2121
fail-fast: false
2222

2323
steps:

0 commit comments

Comments
 (0)