Skip to content

Commit fd879a1

Browse files
authored
Merge pull request #3330 from metacpan/oalders/ubuntu-version
Bump ubuntu test runners in CI
2 parents 87bc5bd + bff8108 commit fd879a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
code-formatting:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
name: Code Formatting
1616
steps:
1717
- uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
- name: Lint files
5151
run: precious lint ${{ steps.select-files.outputs.precious-args }}
5252
docker:
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454
name: Docker
5555
steps:
5656
- name: Build test image

0 commit comments

Comments
 (0)