Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
ci: Use ubuntu-latest to build & run karma tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisklink authored and mroz22 committed Apr 6, 2022
1 parent 0b210f2 commit bb07f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: yarn test:unit

build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_with_trezor-user-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

test-karma:
name: Test Karma
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
services:
trezor-user-env:
image: "ghcr.io/trezor/trezor-user-env:latest"
Expand Down

0 comments on commit bb07f0f

Please sign in to comment.