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

This commit is contained in:
Masen Furer 2024-10-14 15:36:30 -07:00
parent 3494a2d3f3
commit 11dcce3975
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95
2 changed files with 2 additions and 2 deletions

View File

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

View File

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