Skip to content

Commit 6ad16f3

Browse files
Fixed error in macos
1 parent a74c217 commit 6ad16f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
format: ["tests", "benchmarks"]
1515
name: "${{ matrix.os }} (${{ matrix.format }})"
1616
concurrency:
17-
group: "macos-${{ github.ref }}-${{ github.job }}-${{ matrix.format }}"
17+
group: "macos-${{ github.ref }}-${{ github.job }}-${{ matrix.os }}-${{ matrix.format }}"
1818
cancel-in-progress: true
1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)