From da85d46718c06ba8d2454febf44239c8ef8a39b5 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 19 Nov 2025 12:16:33 -0500 Subject: [PATCH] Test Build --- .gitea/workflows/arm64-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index 53afbcf..af84c60 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: arm64 # Use the ARM64 runner steps: - name: Setup NET 8.0 SDK (x64) - uses: actions/setup-dotnet@v4 # Use the latest version of setup-dotnet + uses: actions/setup-dotnet@v3 # Use the latest version of setup-dotnet with: dotnet-version: '8.0.x' # Specify the desired .NET version architecture: 'x64' # Explicitly request the 64-bit architecture