Commit d87c024
authored
Update macOS version for build workflow (#678)
* Update macOS version for build workflow
Update to `macos-15-intel`. Note this is the last intel version before ARM64. See actions/runner-images#13046 for further details.
* Use std::vector instead of VLA for MIDI buffer
Replaced variable length array with std::vector for buffer.1 parent 5842e62 commit d87c024
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
1038 | 1039 | | |
1039 | 1040 | | |
1040 | 1041 | | |
| |||
0 commit comments