瀏覽代碼

[godot] Update action to ubuntu-latest for Linux to fix GCC sanitizer support.

Mario Zechner 2 年之前
父節點
當前提交
3c94e429cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/spine-godot.yml

+ 1 - 1
.github/workflows/spine-godot.yml

@@ -41,7 +41,7 @@ jobs:
           path: spine-godot/godot/bin/godot.windows.opt.tools.64.exe
 
   godot-editor-linux:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
         with: