Skip to content

Commit

Permalink
macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 18, 2024
1 parent ee465f3 commit d00a02d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
strategy:
fail-fast: false
matrix:
# platform: [macos-12, ubuntu-22.04]
# platform: [macos-13, ubuntu-22.04]
platform: [macos-13]
# platform: [macos-12, macos-latest]
# platform: [windows-2019, macos-12, macos-latest, ubuntu-22.04]
# platform: [macos-13, macos-latest]
# platform: [windows-2019, macos-13, macos-latest, ubuntu-22.04]
# platform: [ubuntu-22.04]
# platform: [windows-2019]
env:
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup for macOS code signing
if: matrix.platform == 'macos-12' || matrix.platform == 'macos-latest'
if: matrix.platform == 'macos-13' || matrix.platform == 'macos-latest'
uses: matthme/import-codesign-certs@5565bb656f60c98c8fc515f3444dd8db73545dc2
with:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
ls dist
- name: build and upload the app (macOS x64)
if: matrix.platform == 'macos-12'
if: matrix.platform == 'macos-13'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_DEV_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
gh release upload "v${{ steps.version.outputs.APP_VERSION }}" "dist/holochain-launcher-0.3-${{ steps.version.outputs.APP_VERSION }}-setup.exe" --clobber
- name: Merge latest-mac.yml mac release files
if: matrix.platform == 'macos-latest' || matrix.platform == 'macos-12'
if: matrix.platform == 'macos-latest' || matrix.platform == 'macos-13'
run: |
node ./scripts/merge-mac-yamls.mjs
env:
Expand Down

0 comments on commit d00a02d

Please sign in to comment.