Skip to content

Commit

Permalink
Merge pull request #112 from kstasik/fix/macos-arm-support-added
Browse files Browse the repository at this point in the history
fix: arm macos support added on github actions
  • Loading branch information
kstasik authored Oct 11, 2024
2 parents 0792d05 + 54b33d7 commit df64c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
short: linux-amd64
- os: macos-latest
- os: macos-13
target: x86_64-apple-darwin
short: darwin-amd64
- os: windows-latest
target: x86_64-pc-windows-msvc
short: windows-amd64
extension: .exe
- os: macos-latest
- os: macos-14
target: aarch64-apple-darwin
short: darwin-arm64
steps:
Expand Down

0 comments on commit df64c59

Please sign in to comment.