Skip to content

Commit ccdb26a

Browse files
committed
Disable CI workflow on macos-latest
Until the exceptions are properly supported for JITed code on Apple Silicon.
1 parent 63ef302 commit ccdb26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/cling/.github/workflows/cling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-latest]
14+
os: [ubuntu-latest] # Remove macos-latest until exceptions are not supported by JITed code on Apple Silicon
1515
steps:
1616
- name: Checkout LLVM
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)