Skip to content

Commit

Permalink
GitHub CI: Fix the name/matrix for the releasenotes job
Browse files Browse the repository at this point in the history
  • Loading branch information
quark17 committed Aug 5, 2023
1 parent 33d82fc commit de46310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ jobs:
# generated release notes to all release tarballs.
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
name: "Build doc: ${{ matrix.os }}"
os: [ ubuntu-22.04 ]
name: "Build releasenotes: ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit de46310

Please sign in to comment.