Pārlūkot izejas kodu

Bump Ubuntu version on CI from 18.04 to 20.04

(cherry picked from commit 102e3c8d1602d099976c3a2533b9f79f23b01e78)
Aaron Franke 2 gadi atpakaļ
vecāks
revīzija
745d7a2d1a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -10,7 +10,7 @@ jobs:
       matrix:
       matrix:
         include:
         include:
           - name: 🐧 Linux (GCC)
           - name: 🐧 Linux (GCC)
-            os: ubuntu-18.04
+            os: ubuntu-20.04
             platform: linux
             platform: linux
             artifact-name: godot-cpp-linux-glibc2.27-x86_64-release
             artifact-name: godot-cpp-linux-glibc2.27-x86_64-release
             artifact-path: bin/libgodot-cpp.linux.release.64.a
             artifact-path: bin/libgodot-cpp.linux.release.64.a
@@ -40,7 +40,7 @@ jobs:
             executable: Godot.app/Contents/MacOS/Godot
             executable: Godot.app/Contents/MacOS/Godot
 
 
           - name: 🤖 Android (arm64)
           - name: 🤖 Android (arm64)
-            os: ubuntu-18.04
+            os: ubuntu-20.04
             platform: android
             platform: android
             artifact-name: godot-cpp-android-arm64-release
             artifact-name: godot-cpp-android-arm64-release
             artifact-path: bin/libgodot-cpp.android.release.arm64v8.a
             artifact-path: bin/libgodot-cpp.android.release.arm64v8.a