We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7424381 commit e2ab777Copy full SHA for e2ab777
.github/workflows/nightly-build.yml
@@ -24,7 +24,7 @@ jobs:
24
if: ${{ needs.verify_commit.outputs.RUN_BUILD == 'true' }}
25
strategy:
26
matrix:
27
- os: [windows-latest, ubuntu-latest, macos-latest]
+ os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
28
29
steps:
30
- uses: actions/checkout@v3
0 commit comments