Skip to content

Commit

Permalink
Merge pull request #243 from P403n1x87/ci/macos-release-ensure-correc…
Browse files Browse the repository at this point in the history
…t-targets

ci(release): ensure correct macos target build
  • Loading branch information
P403n1x87 authored Oct 17, 2024
2 parents d624d58 + 84af014 commit 94318e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
export VERSION=$(cat src/austin.h | sed -n -E "s/^#define VERSION[ ]+\"(.+)\"/\1/p")
echo "::set-output name=version::$VERSION"
gcc-12 -Wall -O3 -Os -o src/austin src/*.c
clang -Wall -O3 -Os -o src/austin src/*.c -target x86_64-apple-macos11
pushd src
zip -r austin-${VERSION}-mac64.zip austin
Expand Down

0 comments on commit 94318e1

Please sign in to comment.