Author: ivan
Date: Wed Apr 19 15:31:45 2023
New Revision: 1909247

URL: http://svn.apache.org/viewvc?rev=1909247&view=rev
Log:
* .github/workflows/linux.yml: Build and test on ubuntu-20.04 and ubuntu-22.04.

Modified:
    serf/trunk/.github/workflows/linux.yml

Modified: serf/trunk/.github/workflows/linux.yml
URL: 
http://svn.apache.org/viewvc/serf/trunk/.github/workflows/linux.yml?rev=1909247&r1=1909246&r2=1909247&view=diff
==============================================================================
--- serf/trunk/.github/workflows/linux.yml (original)
+++ serf/trunk/.github/workflows/linux.yml Wed Apr 19 15:31:45 2023
@@ -11,8 +11,11 @@ on:
 
 jobs:
   build:
-    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        os: [ "ubuntu-20.04", "ubuntu-22.04" ]
 
+    runs-on: ${{ matrix.os }}
     steps:
       - name: Install prerequisites
         run: |


Reply via email to