Skip to content

Commit

Permalink
bump ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 5, 2025
1 parent d11a345 commit e782250
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
shard: [1, 2, 3, 4, 5, 6, 7, 8]
fail-fast: false
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Load Docker Image
run: |
Expand All @@ -85,7 +85,7 @@ jobs:
report-coverage:
needs: [sharded-jest-tests]
if: needs.frontend-build.result == 'success'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Download Docker Image Artifact
uses: actions/download-artifact@v4
Expand All @@ -112,7 +112,7 @@ jobs:
core-cover:
needs: frontend-build
if: needs.frontend-build.result == 'success'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Load Docker Image
run: |
Expand All @@ -126,7 +126,7 @@ jobs:
lint-frontend:
needs: frontend-build
if: needs.frontend-build.result == 'success'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Load Docker Image
run: |
Expand All @@ -144,7 +144,7 @@ jobs:
validate-frontend:
needs: frontend-build
if: needs.frontend-build.result == 'success'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Load Docker Image
run: |
Expand Down

0 comments on commit e782250

Please sign in to comment.