Skip to content

Commit

Permalink
Added Apple flat package installer support.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrho committed Aug 8, 2024
1 parent 0294d0c commit c885ce5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-macos:
runs-on: macos-13
runs-on: macos-latest
env: # Define environment variables for all steps in this job
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_DEVELOPER_NAME: ${{ secrets.APPLE_DEVELOPER_NAME }}
Expand Down Expand Up @@ -141,9 +141,9 @@ jobs:
# ls -l ./out/make
# working-directory: ./jccm

- name: Notarize, and Staple packages
run: ./scripts/notarize-staple-pkg.sh
working-directory: ./jccm
# - name: Notarize, and Staple packages
# run: ./scripts/notarize-staple-pkg.sh
# working-directory: ./jccm

- name: Upload macOS artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c885ce5

Please sign in to comment.