Enable macos-latest in GitHub Actions CI.

This commit is contained in:
Dan Zheng 2024-02-24 10:59:46 -08:00
parent e0179bad83
commit 74b27074e1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
type: ['Release'] type: ['Release']
os: ['ubuntu-latest'] os: ['ubuntu-latest', 'macos-latest']
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}