Skip to content

Commit

Permalink
Merge pull request #39 from chrvadala/support-ubuntu-2204
Browse files Browse the repository at this point in the history
Adds ubuntu 22.04 support on ci
  • Loading branch information
chrvadala committed Oct 28, 2022
2 parents eb20e9c + 9f944eb commit a7fd08e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build_and_release:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ github.event.inputs.REPOSITORY_NAME == github.repository }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-22.04 ]
node: [ 14, 16 ]
name: Test Nodejs v${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -30,7 +30,7 @@ jobs:
finish:
name: Finish
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.2
Expand Down

0 comments on commit a7fd08e

Please sign in to comment.