Skip to content

Commit c502e13

Browse files
committed
Enable CI on macOS
1 parent f3f286d commit c502e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [
1313
windows-latest,
14-
# macos-latest, # cppfront is currently broken on AppleClang
14+
macos-latest,
1515
ubuntu-latest,
1616
]
1717
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)