Skip to content

Commit 1ea25e2

Browse files
authored
Merge pull request #2020 from meshery/leecalcote/ci/gh-runner
[ci][chore] upgrade workflow runner to ubuntu-24.04
2 parents 041d362 + 291ed67 commit 1ea25e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
environment:
5252
name: github-pages
5353
url: ${{ steps.deployment.outputs.page_url }}
54-
runs-on: ubuntu-latest
54+
runs-on: ubuntu-24.04
5555
needs: build
5656
steps:
5757
- name: Deploy to GitHub Pages

.github/workflows/kanvas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions:
3636

3737
jobs:
3838
KanvasScreenshot:
39-
runs-on: ubuntu-latest
39+
runs-on: ubuntu-24.04
4040
outputs:
4141
resource_url: ${{ steps.test_result.outputs.resource_url }}
4242
steps:

.github/workflows/tweet-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
action:
1515
if: ${{ github.event.label.name == 'issue/tweet' }}
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Check if organization maintainer
1919
uses: tspascoal/get-user-teams-membership@v2

.github/workflows/updateDiscussons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
update:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
if: github.repository == 'meshery/meshery.io'
1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)