Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Jan 27, 2025
1 parent 98c9f5f commit c7659de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
test-containers:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- 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 @@ -24,7 +24,7 @@ on:

jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ inputs.create_release }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish_dockerhub:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Free up disk space
shell: bash
Expand Down

0 comments on commit c7659de

Please sign in to comment.