Skip to content

Commit

Permalink
ci: use linux 22
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Oct 18, 2023
1 parent 3c70db7 commit be812c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -25,7 +25,7 @@ jobs:
run: yarn pretty

unit-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -49,7 +49,7 @@ jobs:
run: yarn test

integration-test-isolated-pools:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: unit-test
steps:
- name: Checkout
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
docker system prune -f -a --volumes
integration-test-governance:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: unit-test
steps:
- name: Checkout
Expand Down

0 comments on commit be812c7

Please sign in to comment.