diff --git a/.github/workflows/codemod_pygoat.yml b/.github/workflows/codemod_pygoat.yml index 69fe7d0d..50d07b41 100644 --- a/.github/workflows/codemod_pygoat.yml +++ b/.github/workflows/codemod_pygoat.yml @@ -18,7 +18,7 @@ concurrency: jobs: test: name: Run Codemod on Pygoat - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 10 steps: - name: Check out codemodder diff --git a/.github/workflows/deploy_to_pypi.yml b/.github/workflows/deploy_to_pypi.yml index 4ad94249..7c67c305 100644 --- a/.github/workflows/deploy_to_pypi.yml +++ b/.github/workflows/deploy_to_pypi.yml @@ -8,7 +8,7 @@ on: jobs: build-and-release: name: Build and Release - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 5 steps: - name: Set Up Python diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index bbfea836..5424fe72 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -18,7 +18,7 @@ concurrency: jobs: test: name: Run pytest - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 15 strategy: matrix: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bb3d2dab..41ccdbbd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ concurrency: jobs: complexity: name: Code Complexity - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 3 steps: - name: Check out code diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ba7ad5e..f7a9be23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ concurrency: jobs: build: name: Build Package - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 5 steps: - name: Check out code @@ -41,7 +41,7 @@ jobs: run: twine check dist/* test: name: Run pytest - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 25 strategy: matrix: