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 Oct 5, 2024
1 parent 0f7e499 commit 68b8b03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ concurrency:
jobs:
build:
name: Build (Qt${{ matrix.qt_version}}, ${{ matrix.abi }})
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
include:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:

combine:
name: Combine
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
strategy:
matrix:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
release:
name: Release
if: github.ref_type == 'tag'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: combine
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
release:
name: Release
if: github.ref_type == 'tag'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-and-test
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
release:
name: Release
if: github.ref_type == 'tag'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
permissions:
contents: write
Expand Down

0 comments on commit 68b8b03

Please sign in to comment.