Ver código fonte

Use Ubuntu 20.04 for Linux build.

actions/runner-images#6002
Miku AuahDark 3 anos atrás
pai
commit
fa9978ec08
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -3,7 +3,7 @@ on: [push, pull_request]
 
 jobs:
   linux-os:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
     - name: Update APT
       run: sudo apt-get update