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 1d29afb commit 7362ffdCopy full SHA for 7362ffd
.github/workflows/reusable-macos.yml
@@ -24,6 +24,7 @@ jobs:
24
matrix:
25
os: [
26
"macos-14", # M1
27
+ "macos-15-intel", # Intel
28
]
29
runs-on: ${{ matrix.os }}
30
steps:
0 commit comments