From 74b27074e10b7fcca2cac42aaae3637bea39d11b Mon Sep 17 00:00:00 2001 From: Dan Zheng Date: Sat, 24 Feb 2024 10:59:46 -0800 Subject: [PATCH] Enable macos-latest in GitHub Actions CI. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3991f5a..6bea9e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: type: ['Release'] - os: ['ubuntu-latest'] + os: ['ubuntu-latest', 'macos-latest'] concurrency: group: ${{ github.workflow }}-${{ github.ref }}