Skip to content

Commit

Permalink
use macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Nov 19, 2024
1 parent 358725a commit 3b53af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_notarized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
#needs: [export-notarized-app, create-dmg]
if: ${{ always() && inputs.skip-notify == false }}

runs-on: ubuntu-latest
runs-on: macos-15

# env:
# success: ${{ (needs.export-notarized-app.result == 'success') && (needs.create-dmg.result == 'success' || needs.create-dmg.result == 'skipped') }}
Expand Down

0 comments on commit 3b53af7

Please sign in to comment.