From 2c34eec85e30752e5d273c1bf5e8c752301ab737 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Thu, 30 Jan 2025 15:24:05 -0500 Subject: [PATCH] add more macos versions to test --- .github/workflows/macos_install.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos_install.yml b/.github/workflows/macos_install.yml index fa948c1cb..a5f848043 100644 --- a/.github/workflows/macos_install.yml +++ b/.github/workflows/macos_install.yml @@ -1,4 +1,4 @@ -name: macos (Installation) +name: macOS (Installation) on: pull_request: @@ -22,11 +22,11 @@ concurrency: jobs: macos-build: - runs-on: macos-15 strategy: matrix: - include: - - shared: OFF + shared: [OFF] + runs-on: [macos-13, macos-14, macos-15] + runs-on: ${{matrix.runs-on}} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Prepare