Skip to content

Commit d7e6138

Browse files
committed
ref: change name of job in ubuntu
1 parent c17a6f6 commit d7e6138

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ env:
2727
nt: "4"
2828

2929
jobs:
30-
ubuntu:
31-
runs-on: ubuntu-24.04
30+
build:
31+
name: Build ${{ matrix.os }}
32+
runs-on: ${{ matrix.os }}
33+
strategy:
34+
fail-fast: false
35+
matrix:
36+
include:
37+
- os: ubuntu-24.04
3238
steps:
3339
- uses: actions/checkout@v5
3440
with:

0 commit comments

Comments
 (0)