From 53f6cfd5fa7ff9158aa31d00a2bed5c244917d9d Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 25 Jul 2023 20:29:55 +0200 Subject: [PATCH] use latest raspberry pi os lite --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36a99a7..c463c5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,7 +89,7 @@ jobs: TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }} with: # Set the base_image to the desired Raspberry Pi OS version - base_image: raspios_lite:latest + base_image: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2023-05-03/2023-05-03-raspios-bullseye-armhf-lite.img.xz image_additional_mb: 1500 # enlarge free space to 1.5 GB # Set the commands to run the tests commands: |