Skip to content

Commit eec8acd

Browse files
committed
Expand testing
1 parent 14ceef2 commit eec8acd

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ jobs:
2222
matrix:
2323
build_type: [ Debug ]
2424
os:
25-
- windows-latest
2625
- ubuntu-latest
27-
#- macos-latest
26+
- windows-latest
27+
- macos-latest
2828
compiler:
2929
- llvm
30-
#- gcc-14
31-
#include:
32-
#- os: "windows-latest"
33-
# compiler: "msvc"
30+
include:
31+
- os: "windows-latest"
32+
compiler: "msvc"
33+
- os: "ubuntu-latest"
34+
compiler: "gcc-14"
3435

3536
steps:
3637
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ structures. A best guess approximation is used for the interpreter, which relies
3434
implementations.
3535

3636
## Building
37-
The source can be built using a compiler which supports C++20. It is known to build on Linux and Windows.
37+
The source can be built using a compiler which supports C++20. It is known to build on Linux, Windows, and MacOS.
3838

3939
Here are a few build commands to run from the repository's root directory:
4040

0 commit comments

Comments
 (0)