From 801b270c0d3ca42de14b05bde8c2deb4bc6ec3be Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Wed, 11 Dec 2024 16:38:48 +0100 Subject: [PATCH] CI: Use Ubuntu 24.04 Signed-off-by: Florian Hotze --- .github/workflows/build.yaml | 2 +- .github/workflows/markdownlint.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3bef5a5ce..a83beae81 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/markdownlint.yaml b/.github/workflows/markdownlint.yaml index 571e532d1..0ce652e6c 100644 --- a/.github/workflows/markdownlint.yaml +++ b/.github/workflows/markdownlint.yaml @@ -15,7 +15,7 @@ on: jobs: markdownlint: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Check out code uses: actions/checkout@v2 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 74c9224f9..f0db25578 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: