Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit d61cdcf

Browse files
committed
chore(ci): Use ubuntu-latest - Ubuntu 20 is dead
Signed-off-by: Paul Horton <phorton@sonatype.com>
1 parent 20a6abe commit d61cdcf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
jobs:
3636
coding-standards:
3737
name: Linting & CodingStandards
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -59,7 +59,7 @@ jobs:
5959

6060
static-code-analysis:
6161
name: StaticCodingAnalysis (py${{ matrix.python-version}} ${{ matrix.toxenv-factor }})
62-
runs-on: ubuntu-20.04
62+
runs-on: ubuntu-latest
6363
strategy:
6464
fail-fast: false
6565
matrix:
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
os: ['ubuntu-20.04', 'windows-latest', 'macos-latest']
102+
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
103103
python-version:
104104
- "3.10" # highest supported
105105
- "3.9"
@@ -109,7 +109,7 @@ jobs:
109109
toxenv-factor: ['locked']
110110
include:
111111
- # test with the lowest dependencies
112-
os: 'ubuntu-20.04'
112+
os: 'ubuntu-latest'
113113
python-version: '3.6'
114114
toxenv: 'lowest'
115115
timeout-minutes: 30

0 commit comments

Comments
 (0)