Skip to content

Commit

Permalink
Merge pull request #580 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 daa11fa + 44901cf commit 701e090
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
docker:
name: Docker build and push
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Check out code
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/error-ref-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
Update-error-codes:
name: Error codes utility
if: github.repository == 'meshery/meshery-operator'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@master
# token here with write access to meshery-operator repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
comment:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/newcomer-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
good-first-issue-notify:
if: github.event.label.name == 'good first issue' || github.event.label.name == 'first-timers-only'
name: Notify Slack for new good-first-issue
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Notify slack
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: watch
jobs:
star-notify:
name: Notify Slack on star
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Get current star count
run: |
Expand Down

0 comments on commit 701e090

Please sign in to comment.