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 b29a5bf commit 7e6cd91Copy full SHA for 7e6cd91
1 file changed
.github/workflows/reusable-macos.yml
@@ -26,7 +26,7 @@ jobs:
26
matrix:
27
os: [
28
"macos-26", # Apple Silicon
29
- "macos-26-intel", # Intel
+ "macos-15-intel", # Intel
30
]
31
runs-on: ${{ matrix.os }}
32
steps:
0 commit comments