diff --git a/.github/workflows/mac-artifact.yml b/.github/workflows/mac-artifact.yml index 1e33fa7..48e73cd 100644 --- a/.github/workflows/mac-artifact.yml +++ b/.github/workflows/mac-artifact.yml @@ -16,7 +16,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