Skip to content

Commit 8f5e27c

Browse files
divarkkris-jusiak
authored andcommitted
Add intel-based mac runner to mac CI.
1 parent dd1518c commit 8f5e27c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/macos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: macos-latest
15+
strategy:
16+
matrix:
17+
os: [macos-latest, macos-13]
18+
runs-on: ${{ matrix.os }}
1619

1720
steps:
1821
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)