Skip to content

Commit

Permalink
Run build-without-assertions on ubuntu-20.04 too
Browse files Browse the repository at this point in the history
* It gives different compiler warnings.
  • Loading branch information
eregon committed Jun 29, 2023
1 parent 8d6c1dd commit 52a5f4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
YARP_DEBUG_MODE_BUILD: "1"

build-without-assertions:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit 52a5f4d

Please sign in to comment.