Skip to content

Commit

Permalink
Use ubuntu-latest for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 14, 2021
1 parent 42f3b7f commit aa11b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]
jobs:
cypress-run:
name: Cypress run
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit aa11b75

Please sign in to comment.