ded

Dramatic EDitor
Index Commits Files Refs README LICENSE
commit 759c47633d142ba37c0fc3620d472ffb40851cd7
parent 299390390d30b2f2838d76df988be34fe0f80080
Author: Alexey Kutepov <reximkut@gmail.com>
Date:   Thu, 16 Feb 2023 15:26:42 +0700

Merge pull request #71 from tsoding/update-ubuntu-ci

Update ubuntu CI
Diffstat:
M.github/workflows/ci.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
 
 jobs:
   build-linux-gcc:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-22.04
     steps:
       - uses: actions/checkout@v1
       - name: install dependencies
@@ -19,7 +19,7 @@ jobs:
         env:
           CC: gcc
   build-linux-clang:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-22.04
     steps:
       - uses: actions/checkout@v1
       - name: install dependencies