Skip to content

Commit

Permalink
Update GitHub workflows to use Ubuntu 24.04 for improved compatibilit…
Browse files Browse the repository at this point in the history
…y and performance across sync, ingestion, and deployment jobs.
  • Loading branch information
nalbam committed Jan 6, 2025
1 parent 044eeed commit 6359157
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/5-sync-notion.yml.stop
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ permissions:

jobs:
sync:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout 🛎️
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/6-start-ingestion.yml.stop
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permissions:

jobs:
ingestion:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout 🛎️
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout 🛎️
Expand Down

0 comments on commit 6359157

Please sign in to comment.