Skip to content

Commit

Permalink
added macos and Ubuntu platform
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Oct 10, 2023
1 parent 714a7a6 commit fcebf0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-codesigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-2019]
platform: [macos-11, ubuntu-20.04]
# platform: [windows-2019]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

Expand Down

0 comments on commit fcebf0a

Please sign in to comment.