Skip to content

Commit

Permalink
Update CI (#115)
Browse files Browse the repository at this point in the history
* Update build.yml

Add Ubuntu versions and most importantly update actions/checkout to v3 in advance of NodeJS deprecation.

* Update coverage.yml

Update actions/checkout to v3 in advance of NodeJS deprecation.

* Update build.yml
  • Loading branch information
hdholm authored May 8, 2023
1 parent ea54169 commit 0867603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,19 @@ jobs:
- debian:testing
- debian:latest
- ubuntu:rolling
- ubuntu:lunar
- ubuntu:jammy
- ubuntu:focal
- ubuntu:bionic
- ubuntu:kinetic
stable: [true]
include:
- os: fedora:rawhide
stable: false
- os: ubuntu:devel
stable: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Show OS information
run: cat /etc/os-release 2>/dev/null || echo /etc/os-release not available
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Show OS information
run: cat /etc/os-release 2>/dev/null || echo /etc/os-release not available
Expand Down

0 comments on commit 0867603

Please sign in to comment.