Skip to content

Commit

Permalink
Merge pull request #259 from NobbZ/renovate/ubuntu-22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
NobbZ authored Aug 11, 2023
2 parents bc8361f + 964e9f0 commit 20737e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
preflight:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
command:
Expand All @@ -24,7 +24,7 @@ jobs:
- run: yarn ${{matrix.command}}

deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- preflight
steps:
Expand Down

0 comments on commit 20737e3

Please sign in to comment.