Skip to content

Commit

Permalink
Update dependency ubuntu from 22.04 to 24.04 (major v24) (#496)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent e2df857 commit 01946b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# github/codeql-action/upload-sarif -> https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github
security-events: write

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

previews:
name: "🪟 Generate Previews"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 5

permissions:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
# actions/checkout
contents: read

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
shell: bash
Expand Down

0 comments on commit 01946b3

Please sign in to comment.