shithub: rgbds

Download patch

ref: 1145d1099689a8a65e035756aa1ba726d7816351
parent: 29314f76f7bc8788855eaacb461ec0eecc7b3eb9
parent: 32231e3f7ea63a01b72bf04f6f5d66b73a65001b
author: Eldred Habert <eldredhabert0@gmail.com>
date: Tue Jul 21 18:24:28 EDT 2020

Merge pull request #543 from ISSOtm/ubuntu20

Add Ubuntu 20.04 to CI

--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -5,7 +5,7 @@
   unix-testing:
     strategy:
       matrix:
-        os: [ubuntu-18.04, ubuntu-16.04, macos-10.15]
+        os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15]
         cc: [gcc, clang]
         include:
           - os: ubuntu-18.04