Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent a11e10f commit 935790f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out code 🛒
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out code 🛒
uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:
run: make lint

package:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
BUILD_DIR: "build"
DIST_DIR_GITHUB: "dist/github"
Expand Down

0 comments on commit 935790f

Please sign in to comment.