Skip to content

Commit

Permalink
Upgrade all GHA runner OSes to latest stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Oct 17, 2024
1 parent 486b411 commit 0c35de4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
adonis-js-check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
docker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
name: Checkout
Expand Down

0 comments on commit 0c35de4

Please sign in to comment.