diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-12-15 13:40:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-12-15 13:51:14 +0300 |
commit | 00290ddef6c340575898974c63e57975e3866b75 (patch) | |
tree | c20aa1c307deb3c658b5f86689f35a8be0ede8db /.github/workflows/basic.yml | |
parent | workflows/basic: minor fix (diff) | |
download | cmake-common-00290ddef6c340575898974c63e57975e3866b75.tar.gz cmake-common-00290ddef6c340575898974c63e57975e3866b75.zip |
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.
Diffstat (limited to '.github/workflows/basic.yml')
-rw-r--r-- | .github/workflows/basic.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }}' |