Skip to content

Commit

Permalink
Testing workflow stability with ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen committed Nov 26, 2024
1 parent d339dd8 commit f429abf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Analyze and test

jobs:
analyze-test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
modules:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
include:
- os: android
runner: ubuntu-latest
runner: ubuntu-24.04
- os: ios
runner: macos-latest
environment: dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
deploy:
name: Build web version and deploy
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment:
name: PR-${{ github.event.pull_request.number }}
url: ${{ steps.configure.outputs.URL }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-dev-image:
name: Build development image
if: github.ref_type == 'branch' && github.ref_name == 'master'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: dev

steps:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
build-release-image:
name: Build release image
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: prod

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
include:
- os: android
runner: ubuntu-latest
runner: ubuntu-24.04
- os: ios
runner: macos-latest
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
reports:
name: Upload test reports
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: dorny/test-reporter@v1
with:
Expand Down

0 comments on commit f429abf

Please sign in to comment.