diff --git a/.github/workflows/mac-other-builds.yml b/.github/workflows/mac-other-builds.yml index 4be74b64..24262129 100644 --- a/.github/workflows/mac-other-builds.yml +++ b/.github/workflows/mac-other-builds.yml @@ -13,8 +13,8 @@ jobs: strategy: fail-fast: false matrix: - image: [macos-13] - build_type: [Debug] + image: [macos-13, macos-14] + build_type: [Debug, Release] std: [14, 17] steps: