Skip to content

Commit

Permalink
👷 Update GitHub Actions workflow to enable builds for macOS Arm and I…
Browse files Browse the repository at this point in the history
…ntel platforms
  • Loading branch information
pitzzahh committed Jan 5, 2025
1 parent b9de60e commit ec3adb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
fail-fast: false
matrix:
include:
# - platform: 'macos-latest' # for Arm based macs (M1 and above).
# args: '--target aarch64-apple-darwin'
# - platform: 'macos-latest' # for Intel based macs.
# args: '--target x86_64-apple-darwin'
# - platform: 'ubuntu-22.04'
# args: ''
- platform: 'macos-latest' # for Arm based macs (M1 and above).
args: '--target aarch64-apple-darwin'
- platform: 'macos-latest' # for Intel based macs.
args: '--target x86_64-apple-darwin'
- platform: 'ubuntu-22.04'
args: ''
- platform: "windows-latest"
args: ""

Expand Down

0 comments on commit ec3adb5

Please sign in to comment.