Skip to content

Commit e2ab777

Browse files
#364: added intel support for MacOS (#365)
1 parent 7424381 commit e2ab777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: ${{ needs.verify_commit.outputs.RUN_BUILD == 'true' }}
2525
strategy:
2626
matrix:
27-
os: [windows-latest, ubuntu-latest, macos-latest]
27+
os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
2828

2929
steps:
3030
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)