Browse Source

Use ubuntu-22.04 for Linux-legacy CI runs since GitHub has retired ubuntu-20.04

Michael Ragazzon 8 months ago
parent
commit
668acb6cff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -51,7 +51,7 @@ jobs:
 
 
 
 
   Linux-legacy:
   Linux-legacy:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
 
 
     env:
     env:
       BUILD_TYPE: Release
       BUILD_TYPE: Release