Skip to content

Commit

Permalink
Merge pull request #35 from nalbam/main
Browse files Browse the repository at this point in the history
Update GitHub workflows to use Ubuntu 24.04 for improved compatibilit…
  • Loading branch information
nalbam authored Jan 6, 2025
2 parents def523e + 6359157 commit 2bc065a
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 2bc065a

Please sign in to comment.