Skip to content

Commit 0c0204e

Browse files
authored
add macos-11 runner with Clang 13 (#893)
1 parent 38f5ab2 commit 0c0204e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-cppfront.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- compiler: clang++-14
2828
cxx-std: 'c++2b'
2929
include:
30+
- runs-on: macos-11
31+
compiler: clang++
32+
cxx-std: 'c++20'
3033
- runs-on: macos-latest
3134
compiler: clang++
3235
cxx-std: 'c++20'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
See [License](LICENSE)
66

77
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
8+
[![Build (clang, gcc, vs)](https://github.com/hsutter/cppfront/actions/workflows/build-cppfront.yaml/badge.svg)](https://github.com/hsutter/cppfront/actions/workflows/build-cppfront.yaml)
89

910
Cppfront is an experimental compiler from a potential C++ 'syntax 2' (Cpp2) to today's 'syntax 1' (Cpp1), to learn some things, prove out some concepts, and share some ideas. This compiler is a work in progress and currently hilariously incomplete... basic functions work, classes will be next, then metaclasses and lightweight exceptions.
1011

0 commit comments

Comments
 (0)