From 9ae0c2349ed1a6efb236ead710fad298a9c80842 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 25 Jun 2026 09:53:58 +0200 Subject: [PATCH] update build action --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 8b8ec8b..71de80d 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -32,7 +32,7 @@ jobs: ;; 9.0-alpine-22) echo "DOTNET_SDK_VERSION=9.0.312" >> $GITHUB_OUTPUT - echo "DOTNET_RUNTIME_VERSION=9.0.16" >> $GITHUB_OUTPUT + echo "DOTNET_RUNTIME_VERSION=9.0" >> $GITHUB_OUTPUT echo "ALPINE_VERSION=3.22" >> $GITHUB_OUTPUT ;; 9.0-alpine-21)