Sfoglia il codice sorgente

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

Mario Zechner 2 anni fa
parent
commit
3c94e429cc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: