From 6359157f4f2a26645827cd94c72eb493243fd3b9 Mon Sep 17 00:00:00 2001 From: nalbam Date: Mon, 6 Jan 2025 13:00:33 +0900 Subject: [PATCH] Update GitHub workflows to use Ubuntu 24.04 for improved compatibility and performance across sync, ingestion, and deployment jobs. --- .github/workflows/5-sync-notion.yml.stop | 2 +- .github/workflows/6-start-ingestion.yml.stop | 2 +- .github/workflows/push.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/5-sync-notion.yml.stop b/.github/workflows/5-sync-notion.yml.stop index 3e33d91..384cb99 100644 --- a/.github/workflows/5-sync-notion.yml.stop +++ b/.github/workflows/5-sync-notion.yml.stop @@ -31,7 +31,7 @@ permissions: jobs: sync: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout 🛎️ diff --git a/.github/workflows/6-start-ingestion.yml.stop b/.github/workflows/6-start-ingestion.yml.stop index 1f9a4c3..6ddde69 100644 --- a/.github/workflows/6-start-ingestion.yml.stop +++ b/.github/workflows/6-start-ingestion.yml.stop @@ -26,7 +26,7 @@ permissions: jobs: ingestion: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout 🛎️ diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 194e80c..50463c0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -35,7 +35,7 @@ permissions: jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout 🛎️