Skip to content

Commit

Permalink
Attempt to notarize macOS app
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Nunamaker committed Mar 12, 2024
1 parent 267b596 commit fff52f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
artifact_name:
description: 'Artifact name'
required: false
# push:
# branches: [main]
push:
branches: [package]

jobs:
build:
name: Build on ${{ matrix.os }}
# runs-on: ${{ matrix.os }}
runs-on: tim_mbp
runs-on: ${{ matrix.os }}
# runs-on: [self-hosted, macOS, ARM64]
strategy:
matrix:
# os: [ubuntu-latest, macos-latest-xlarge, windows-latest]
Expand Down

0 comments on commit fff52f1

Please sign in to comment.