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 58084c8 commit aec7f70Copy full SHA for aec7f70
1 file changed
.github/workflows/macos.yml
@@ -22,6 +22,9 @@ jobs:
22
- arch: arm64
23
runner: macos-latest
24
runtime: osx-arm64
25
+ - arch: x64
26
+ runner: macos-15-intel
27
+ runtime: osx-x64
28
runs-on: ${{ matrix.variant.runner }}
29
steps:
30
- uses: actions/checkout@v6
0 commit comments