Skip to content

add macos to build matrix #13

add macos to build matrix

add macos to build matrix #13

Workflow file for this run

name: gcc-12 -std=20
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: gcc:12
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXXFLAGS=-std=c++20