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 141a8f7 commit a8be963Copy full SHA for a8be963
.github/workflows/jit.yml
@@ -128,7 +128,7 @@ jobs:
128
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
129
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
130
131
- - name: macOS
+ - name: Native macOS
132
if: runner.os == 'macOS'
133
run: |
134
brew update
0 commit comments