Archived
1
0

chore: use ubuntu-22.04 for e2e

This commit is contained in:
Joe Previte 2022-12-02 15:20:36 -07:00
parent 0c7a60e407
commit 40396cc810
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -295,7 +295,7 @@ jobs:
test-e2e:
name: Run e2e tests
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 25
steps:
- name: Checkout repo
@ -351,7 +351,7 @@ jobs:
test-e2e-proxy:
name: Run e2e tests behind proxy
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 25
steps:
- name: Checkout repo