Przeglądaj źródła

CI: Fix service validator

ubuntu-latest has been switched to 22.04. This CI requires 20.04 because
of the dependence on Python 3.9.
tytan652 3 lat temu
rodzic
commit
68578f9e0b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/services-json.yml

+ 1 - 1
.github/workflows/services-json.yml

@@ -16,7 +16,7 @@ on:
 jobs:
 jobs:
   schema:
   schema:
     name: Schema
     name: Schema
-    runs-on: [ubuntu-latest]
+    runs-on: [ubuntu-20.04]
     steps:
     steps:
       - name: Checkout
       - name: Checkout
         uses: actions/checkout@v3
         uses: actions/checkout@v3