Skip to content

Commit

Permalink
macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jul 2, 2024
1 parent 904a7ba commit 366d65a
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,9 +33,9 @@ jobs:
strategy:
fail-fast: false
matrix:
# platform: [macos-12]
# platform: [windows-2019, macos-11, macos-latest, ubuntu-22.04]
platform: [windows-2019]
platform: [macos-12]
# platform: [windows-2019, macos-12, macos-latest, ubuntu-22.04]
# platform: [windows-2019]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit 366d65a

Please sign in to comment.