Browse Source

upgrade CI image to jammy

tags/v2.12.0
Shivaram Lingamneni 7 months ago
parent
commit
70a98ac2f1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/build.yml

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

@@ -12,7 +12,7 @@ on:
12 12
 
13 13
 jobs:
14 14
   build:
15
-    runs-on: "ubuntu-20.04"
15
+    runs-on: "ubuntu-22.04"
16 16
     steps:
17 17
       - name: "checkout repository"
18 18
         uses: "actions/checkout@v3"

Loading…
Cancel
Save