Author: dsahlberg
Date: Sat May  9 10:20:00 2026
New Revision: 1933978

Log:
On the 1.3.x branch:
Update Github Actions workflow:
- ubuntu-20.04 is no longer available (as a default runner). Switch to 
  ubuntu-latest (24.04 at the time of writing), keep ubuntu-22.04.
- Switch to a non-deprecated version of the checkout action.

(Committed without vote since it doesn't affect anything released).

Modified:
   serf/branches/1.3.x/.github/workflows/linux.yml

Modified: serf/branches/1.3.x/.github/workflows/linux.yml
==============================================================================
--- serf/branches/1.3.x/.github/workflows/linux.yml     Sat May  9 10:15:54 
2026        (r1933977)
+++ serf/branches/1.3.x/.github/workflows/linux.yml     Sat May  9 10:20:00 
2026        (r1933978)
@@ -13,7 +13,7 @@ jobs:
   build:
     strategy:
       matrix:
-        os: [ "ubuntu-20.04", "ubuntu-22.04" ]
+        os: [ "ubuntu-latest", "ubuntu-22.04" ]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}
@@ -23,7 +23,7 @@ jobs:
           sudo apt-get update
           sudo apt-get install scons libapr1 libapr1-dev libaprutil1 
libaprutil1-dev zlib1g zlib1g-dev libssl-dev
 
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v6
 
       - name: Build
         run: scons

Reply via email to