Skip to content

Commit

Permalink
[chore][ci] upgrade to ubuntu-24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Jan 14, 2025
1 parent 1bbe0d0 commit 4ad0b95
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/discussion-data-files-update.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 == 'layer5io/docs'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
trigger-feature-list:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
FEATURES_FILE: 'data/feature_data.json'
SPREADSHEET_URL: 'https://docs.google.com/spreadsheets/d/e/2PACX-1vQwzrUSKfuSRcpkp7sJTw1cSB63s4HCjYLJeGPWECsvqn222hjaaONQlN4X8auKvlaB0es3BqV5rQyz/pub?gid=1153419764&single=true&output=csv'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defaults:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
HUGO_VERSION: 0.126.2
steps:
Expand Down Expand Up @@ -72,7 +72,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/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
4 changes: 2 additions & 2 deletions .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
star-notify:
if: github.event_name == 'watch'
name: Notify Slack on star
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Get current star count
run: |
Expand All @@ -20,7 +20,7 @@ jobs:
good-first-issue-notify:
if: github.event_name == 'issues' && 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
4 changes: 2 additions & 2 deletions content/en/videos/getting-started/comments/adding-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Reviewing Designs
title: "Design Reviews: Adding Comments"
description: >
Getting Started with Kanvas and Design Reviews
Add comments to your designs in Kanvas's Designer Mode to enhance collaboration and streamline design reviews.
video_id: "bb6J--aApk8"
videoType: youtube # or "local"
muted: true # optional
Expand Down

0 comments on commit 4ad0b95

Please sign in to comment.