From 00290ddef6c340575898974c63e57975e3866b75 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 15 Dec 2021 13:40:15 +0300 Subject: basic macOS support I don't have a Mac to test on, but the knowledge that there is basic support for macOS is still nice. --- .github/workflows/basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 545dc28..f7d8fc5 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -21,7 +21,7 @@ jobs: os: strategy: matrix: - os: [ubuntu-18.04, ubuntu-20.04, windows-2016, windows-2019] + os: [ubuntu-18.04, ubuntu-20.04, windows-2016, windows-2019, macos-10.15, macos-11] include: - boost-version: 1.72.0 runs-on: '${{ matrix.os }}' -- cgit v1.2.3