Skip to content

Commit

Permalink
git: remove unused name matrix parameter from Ubuntu builds (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed May 23, 2024
1 parent 4e2c1d2 commit 974c4ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,8 @@ jobs:
fail-fast: false
matrix:
include:
- name: Ubuntu
release_num: 22.04
- name: Ubuntu
release_num: 23.04
- release_num: 22.04
- release_num: 23.04

name: 馃惂 Ubuntu ${{ matrix.release_num }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 974c4ba

Please sign in to comment.