Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent ff15fec commit 6f634fa
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 @@ -13,7 +13,7 @@ concurrency:

jobs:
build-linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
SENTRY_KEY: ${{ secrets.SENTRY_KEY }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Name the Job
name: Lint Code Base
# Set the agent to run on
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
test-linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
Expand Down

0 comments on commit 6f634fa

Please sign in to comment.