Skip to content

Commit

Permalink
Update the github check formats action to use Ubuntu 24.04.
Browse files Browse the repository at this point in the history
The docker build is already using 24.04.  It is time to get the workflow
in line.
  • Loading branch information
drgrice1 committed Oct 20, 2024
1 parent 6d96fda commit b57f823
Showing 1 changed file with 3 additions and 3 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

0 comments on commit b57f823

Please sign in to comment.