From 19032739387c8668299a0a8b0e6dbf85478a982e Mon Sep 17 00:00:00 2001 From: yhl452493373 Date: Sat, 22 Nov 2025 16:26:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=AE=B9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BuildLauncher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml index 09f26d6..59b1840 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -40,7 +40,7 @@ env: jobs: build-launcher: runs-on: ${{ inputs.runner_os }} - container: refringe/spt-build-dotnet:2.1.0 + container: mcr.microsoft.com/dotnet/sdk:9.0 defaults: run: shell: bash