Skip to content

Commit

Permalink
workflows: add stream8 back (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldtinoco committed Nov 3, 2022
1 parent 20daa29 commit b784993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [focal54, focal513, jammy515, kinetic519]
os: [focal54, focal513, jammy515, kinetic519, stream8]
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout"
Expand All @@ -136,7 +136,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [focal54, focal513, jammy515, kinetic519]
os: [focal54, focal513, jammy515, kinetic519, stream8]
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout"
Expand Down

0 comments on commit b784993

Please sign in to comment.