Skip to content

Commit d270b27

Browse files
committed
Remove ubuntu-22.04 as it's almost 4 years old
1 parent 0362877 commit d270b27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ${{ matrix.os }}
7373
strategy:
7474
matrix:
75-
os: [ 'ubuntu-24.04', 'ubuntu-22.04' ]
75+
os: [ 'ubuntu-24.04' ]
7676
go: [ '1.18', '1.17', '1.16', '1.15', '1.14', '1.13', '1.12' ]
7777
name: Go ${{ matrix.go }} (${{ matrix.os }})
7878
steps:

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
#
7272
# Python 3.7 is no longer supported on x86_64:
7373
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
74-
os: [ 'ubuntu-24.04', 'ubuntu-22.04' ]
74+
os: [ 'ubuntu-24.04' ]
7575
python: [ '3.10', '3.9', '3.8' ]
7676
name: Python ${{ matrix.python }} (${{ matrix.os }})
7777
steps:

0 commit comments

Comments
 (0)