Skip to content

Commit

Permalink
Merge pull request #1136 from drgrice1/workflow-updates
Browse files Browse the repository at this point in the history
Update the github check formats action to use Ubuntu 24.04.
  • Loading branch information
pstaabp authored Oct 29, 2024
2 parents 09914fc + 234f242 commit 1c7291f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-formats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
jobs:
perltidy:
name: Check Perl file formatting with perltidy
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: perl:5.34
image: perl:5.38
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
prettier:
name: Check JavaScript, style, and HTML file formatting with prettier
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
unit-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout PG code
uses: actions/checkout@v4
Expand Down

0 comments on commit 1c7291f

Please sign in to comment.