From defefd8d4813f802c16629ca3abfc5bbdf6b223b Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 25 Nov 2024 15:02:34 +0100 Subject: [PATCH] [godot] Switch to windows-2022 runner --- .github/workflows/spine-godot-v4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index db56518d9..ee7d212d1 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -43,7 +43,7 @@ env: jobs: godot-editor-windows: - runs-on: windows-latest + runs-on: windows-2022 steps: - uses: actions/checkout@v3 with: