Pārlūkot izejas kodu

Fix the build actions by increasing the ubuntu test version

Update ubuntu build version
Lee Thomason 8 mēneši atpakaļ
vecāks
revīzija
e6caeae857
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .github/workflows/test.yml

+ 2 - 2
.github/workflows/test.yml

@@ -6,7 +6,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ windows-2019, macos-latest, ubuntu-20.04 ]
+        os: [ windows-2019, macos-latest, ubuntu-22.04 ]
         cmake: [ 3.15, 3.x ]
         include:
           - os: windows-2019
@@ -14,7 +14,7 @@ jobs:
             tree: tree /F
             CXX: cl
 
-          - os: ubuntu-20.04
+          - os: ubuntu-22.04
             tree: tree
 
           - os: macos-latest