Browse Source

Use Ubuntu 20.04 for Linux build.

actions/runner-images#6002
Miku AuahDark 2 years ago
parent
commit
94aaf40056
1 changed files with 1 additions and 1 deletions
  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