Skip to content

Commit

Permalink
Merge pull request #2020 from meshery/leecalcote/ci/gh-runner
Browse files Browse the repository at this point in the history
[ci][chore] upgrade workflow runner to ubuntu-24.04
  • Loading branch information
leecalcote authored Jan 14, 2025
2 parents 041d362 + 291ed67 commit 1ea25e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kanvas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions:

jobs:
KanvasScreenshot:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
resource_url: ${{ steps.test_result.outputs.resource_url }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tweet-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
action:
if: ${{ github.event.label.name == 'issue/tweet' }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Check if organization maintainer
uses: tspascoal/get-user-teams-membership@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateDiscussons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: github.repository == 'meshery/meshery.io'
steps:
- name: Checkout
Expand Down

0 comments on commit 1ea25e2

Please sign in to comment.