From 24295a52106dce90dbf6cf4a8d519fab34fbe500 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sat, 11 Apr 2020 21:31:29 -0700 Subject: [PATCH] Add macos to CI --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c14e83a..a02dc3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,7 @@ jobs: # - { target: x86_64-pc-windows-gnu, os: windows-latest } - { target: x86_64-pc-windows-msvc, os: windows-latest } - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } + - { target: x86_64-apple-darwin, os: macos-latest } runs-on: ${{ matrix.platform.os }}