Skip to content

Commit

Permalink
[#1457] Update dependency ubuntu to v24 (#3988)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Sep 27, 2024
1 parent 51affcd commit 20d0ba4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

Notify:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ Build ]
if: always()
steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

DistributeAndroid:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ GradleBuild ]
if: github.event_name == 'push' || github.event_name == 'schedule'
outputs:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

DistributeIOS:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ XCodeBuild ]
if: github.event_name == 'push' || github.event_name == 'schedule'
outputs:
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

Coverage:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
status: ${{ steps.status.outputs.status }}
steps:
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

CodeAnalysis:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
status: ${{ steps.status.outputs.status }}
steps:
Expand All @@ -321,7 +321,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

Notify:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ GradleBuild, XCodeBuild, Test, Coverage, CodeAnalysis, DistributeAndroid, DistributeIOS ]
if: always()
steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ env:
jobs:

GenerateGradleArtifacts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
status: ${{ steps.status.outputs.status }}
steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

UploadToGooglePlay:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ GenerateGradleArtifacts ]
outputs:
status: ${{ steps.status.outputs.status }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

UploadToHuaweiAppGallery:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ GenerateGradleArtifacts ]
outputs:
status: ${{ steps.status.outputs.status }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

DeployToServer:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ GenerateGradleArtifacts ]
outputs:
status: ${{ steps.status.outputs.status }}
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

Notify:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ GenerateGradleArtifacts, UploadToGooglePlay, UploadToHuaweiAppGallery, DeployToServer, UploadToAppStore ]
if: always()
steps:
Expand Down

0 comments on commit 20d0ba4

Please sign in to comment.