Skip to content

Commit 789b40e

Browse files
chore(deps): update dependency ubuntu to v22 (#405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c54378 commit 789b40e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/codemod_pygoat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
test:
2020
name: Run Codemod on Pygoat
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
timeout-minutes: 10
2323
steps:
2424
- name: Check out codemodder

.github/workflows/deploy_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-and-release:
1010
name: Build and Release
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
timeout-minutes: 5
1313
steps:
1414
- name: Set Up Python

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
test:
2020
name: Run pytest
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
timeout-minutes: 15
2323
strategy:
2424
matrix:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
complexity:
2121
name: Code Complexity
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323
timeout-minutes: 3
2424
steps:
2525
- name: Check out code

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
jobs:
2424
build:
2525
name: Build Package
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-22.04
2727
timeout-minutes: 5
2828
steps:
2929
- name: Check out code
@@ -41,7 +41,7 @@ jobs:
4141
run: twine check dist/*
4242
test:
4343
name: Run pytest
44-
runs-on: ubuntu-20.04
44+
runs-on: ubuntu-22.04
4545
timeout-minutes: 25
4646
strategy:
4747
matrix:

0 commit comments

Comments
 (0)