diff --git a/.github/workflows/mac-artifact.yml b/.github/workflows/mac-artifact.yml index f84dd2c8..4918fdda 100644 --- a/.github/workflows/mac-artifact.yml +++ b/.github/workflows/mac-artifact.yml @@ -18,7 +18,7 @@ jobs: build: strategy: matrix: - os: [macos-12, macos-14] + os: [macos-13, macos-14, macos-15] runs-on: ${{ matrix.os }} steps: - name: Get checkout directory