Skip to content

Commit 0795c6e

Browse files
authored
Add 15-intel to macOS workflow matrix
1 parent 80db34f commit 0795c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
os: [14, 15, 26]
55+
os: [14, 15, 26, 15-intel]
5656
runs-on: macos-${{ matrix.os }}
5757
steps:
5858
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)