Skip to content

Commit 05235a9

Browse files
Update dependency ubuntu to v24 (#859)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6f5b45 commit 05235a9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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-22.04
21+
runs-on: ubuntu-24.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-22.04
11+
runs-on: ubuntu-24.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-22.04
21+
runs-on: ubuntu-24.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
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
complexity:
2020
name: Code Complexity
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-24.04
2222
timeout-minutes: 3
2323
steps:
2424
- name: Check out code

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
jobs:
2323
build:
2424
name: Build Package
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
timeout-minutes: 5
2727
steps:
2828
- name: Check out code
@@ -41,7 +41,7 @@ jobs:
4141
test-minimal:
4242
# Test that a codemodder run doesn't require any optional dependencies.
4343
name: Run codemodder list
44-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4545
timeout-minutes: 5
4646
steps:
4747
- name: Check out code
@@ -58,7 +58,7 @@ jobs:
5858
run: codemodder --list
5959
test:
6060
name: Run pytest
61-
runs-on: ubuntu-22.04
61+
runs-on: ubuntu-24.04
6262
timeout-minutes: 25
6363
strategy:
6464
matrix:

0 commit comments

Comments
 (0)