Skip to content

Commit 8d4a756

Browse files
committed
Fix workflow, again
1 parent 5d998f1 commit 8d4a756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
tags:
66
- '[0-9]*.[0-9]*.[0-9]*'
77

8+
jobs:
89
build:
9-
name: build (${{ matrix.os }}, ${{ matrix.python-version }}${{ matrix.clang && format(', {0}', matrix.clang-version) || '' }})
10+
name: Build (${{ matrix.os }}, ${{ matrix.python-version }}${{ matrix.clang && format(', {0}', matrix.clang-version) || '' }})
1011
strategy:
1112
matrix:
1213
os: [ubuntu-latest, windows-latest, macos-15, macos-15-intel]

0 commit comments

Comments
 (0)