Skip to content

Commit

Permalink
update packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed Oct 10, 2024
1 parent 340e824 commit d65e8d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit d65e8d2

Please sign in to comment.