Browse Source

Switch from Ubuntu 16.04 to 18.04

This is only for GitHub Actions artifacts (due to actions/virtual-environments#3287),
thus official releases will hopefully still based on 16.04.
Miku AuahDark 4 years ago
parent
commit
4fe21d40d1
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:
 jobs:
   linux-os:
   linux-os:
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-18.04
     steps:
     steps:
     - name: Update APT
     - name: Update APT
       run: sudo apt-get update
       run: sudo apt-get update