소스 검색

pin AppHarness tests to ubuntu-22.04 runner (#4173)

Masen Furer 7 달 전
부모
커밋
3a14025999
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/check_node_latest.yml
  2. 1 1
      .github/workflows/integration_app_harness.yml

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

@@ -14,7 +14,7 @@ env:
 
 jobs:
     check_latest_node:
-        runs-on: ubuntu-latest
+        runs-on: ubuntu-22.04
         strategy:
             matrix:
                 python-version: ['3.12']

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

@@ -24,7 +24,7 @@ jobs:
       matrix:
         state_manager: ['redis', 'memory']
         python-version: ['3.11.5', '3.12.0']
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     services:
       # Label used to access the service container
       redis: