From 0ff3e4c2ed836a1cf21dc285040b954a50efeba2 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 9 Jul 2024 19:08:00 +0200 Subject: [PATCH 1/3] test last supported os --- .github/workflows/update-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index 2672458..8057fe4 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -24,7 +24,7 @@ jobs: TINDIE_USERNAME: ${{ secrets.TINDIE_USERNAME }} with: # Set the base_image to the desired Raspberry Pi OS version - base_image: https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2024-03-15/2024-03-15-raspios-bookworm-armhf-lite.img.xz + base_image: https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-10-10/ image_additional_mb: 3072 # enlarge free space to 3 GB optimize_image: true commands: | From 4dc5eb2c2595c1ec7a7b3008fca2d12dfa6eed43 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 9 Jul 2024 19:10:53 +0200 Subject: [PATCH 2/3] fix os link --- .github/workflows/update-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index 8057fe4..51c4f91 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -24,7 +24,7 @@ jobs: TINDIE_USERNAME: ${{ secrets.TINDIE_USERNAME }} with: # Set the base_image to the desired Raspberry Pi OS version - base_image: https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-10-10/ + base_image: https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-12-11/2023-12-11-raspios-bookworm-armhf-lite.img.xz image_additional_mb: 3072 # enlarge free space to 3 GB optimize_image: true commands: | From 1d9bf8e22eb4e5e413d2e6fe70aa24dadf5d5118 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 9 Jul 2024 20:59:48 +0200 Subject: [PATCH 3/3] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d54b1..2e43063 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Welcome to inkycal v2.0.3! +# Welcome to inkycal v2.0.4!