We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4256904 commit cf85c3bCopy full SHA for cf85c3b
.github/workflows/pr-check.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
os: [ "ubuntu-22.04", "macos-14" ]
39
- stage: [ "llvm", "pcode", "mips" ]
+ stage: [ "llvm", "pcode" ]
40
41
runs-on: ${{matrix.os}}
42
0 commit comments