From d9abc095458c8d809db205ba8e35fb82a8247c15 Mon Sep 17 00:00:00 2001 From: Manuel Liebert Date: Sun, 2 Feb 2025 18:43:20 +0100 Subject: [PATCH] Build in 22.04 could fix #89 (#92) https://github.com/actions/runner-images/issues/10636 --- .github/workflows/devContainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devContainer.yml b/.github/workflows/devContainer.yml index 0bdf5a1..9e4fdae 100644 --- a/.github/workflows/devContainer.yml +++ b/.github/workflows/devContainer.yml @@ -11,7 +11,7 @@ on: jobs: raspberry: name: Run devcontainer test raspberry - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Login to Docker Hub