We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d998f1 commit 8d4a756Copy full SHA for 8d4a756
.github/workflows/build-and-release.yml
@@ -5,8 +5,9 @@ on:
5
tags:
6
- '[0-9]*.[0-9]*.[0-9]*'
7
8
+jobs:
9
build:
- 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) || '' }})
11
strategy:
12
matrix:
13
os: [ubuntu-latest, windows-latest, macos-15, macos-15-intel]
0 commit comments