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] authored Oct 17, 2023
1 parent 3e7920f commit aec8dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup NodeJS
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
path: dist/${{ steps.names.outputs.artifact }}.tar.gz

release:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build
if: "${{ github.ref_type == 'tag' }}"
steps:
Expand Down

0 comments on commit aec8dec

Please sign in to comment.