Skip to content

Commit

Permalink
Update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 23, 2023
1 parent 4b24d18 commit 87e0f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: push

jobs:
dependencies:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
npm ci --ignore-scripts
./node_modules/cypress/bin/cypress install
test_mithril_hooks:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: dependencies
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 87e0f67

Please sign in to comment.