Skip to content

Commit

Permalink
#364: added intel support for MacOS (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed May 28, 2024
1 parent 7424381 commit e2ab777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: ${{ needs.verify_commit.outputs.RUN_BUILD == 'true' }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-latest, macos-13]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e2ab777

Please sign in to comment.