From d65e8d27bb56b1657e675abcfc9ea940ba17e963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20=C3=87etin?= Date: Thu, 10 Oct 2024 09:33:17 +0300 Subject: [PATCH] update packaging --- .github/workflows/package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index d4c7f8f8e1..e0f09c6d71 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -128,13 +128,14 @@ jobs: artifacts: "${{ env.BUILD_DIR }}/*.tar.gz" macos: - runs-on: macos-14 + runs-on: ${{ matrix.os-version }} permissions: contents: write attestations: write id-token: write strategy: matrix: + os-version: [macos-14, macos-15] xcode-version: [15.4, 14.3.1] arch: [x86_64, arm64]