Skip to content

Commit

Permalink
update coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor committed Jan 4, 2024
1 parent c369b82 commit 182ca42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on: [push,pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
- name: Install CZMQ
run: sudo apt-get install libczmq-dev
- name: Run the default task
Expand Down

0 comments on commit 182ca42

Please sign in to comment.