From c6b41abb85c32d38967a2ca7cd1f77615f738ec3 Mon Sep 17 00:00:00 2001
From: Nat! <nat@mulle-kybernetik.com>
Date: Sun, 24 Nov 2024 19:26:19 +0100
Subject: [PATCH] fix CI

---
 .github/workflows/mulle-sde-artifacts.yml | 4 ++--
 .github/workflows/mulle-sde-ci.yml        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/mulle-sde-artifacts.yml b/.github/workflows/mulle-sde-artifacts.yml
index ebbb5af..2efeeb7 100644
--- a/.github/workflows/mulle-sde-artifacts.yml
+++ b/.github/workflows/mulle-sde-artifacts.yml
@@ -15,7 +15,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ ubuntu-latest, macos-latest ]
+        os: [ ubuntu-24.04, macos-latest ]
 
     steps:
     - name: Add to path
@@ -25,7 +25,7 @@ jobs:
 
     - uses: mulle-sde/github-ci@v2
 
-    - uses: mulle-cc/github-ci@v4
+    - uses: mulle-cc/github-ci@v5
 
     - name: Choose musl on Linux
       run: |
diff --git a/.github/workflows/mulle-sde-ci.yml b/.github/workflows/mulle-sde-ci.yml
index 745aab1..4352d20 100644
--- a/.github/workflows/mulle-sde-ci.yml
+++ b/.github/workflows/mulle-sde-ci.yml
@@ -18,7 +18,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ ubuntu-latest] # macos-latest,
+        os: [ ubuntu-24.04 ] # macos-latest,
 
     steps:
     - name: Set MULLE_HOSTNAME
@@ -37,7 +37,7 @@ jobs:
 
     - uses: mulle-sde/github-ci@v2
 
-    - uses: mulle-cc/github-ci@v4
+    - uses: mulle-cc/github-ci@v5
 
     - name: Dump Project Environment
       run:  |