Skip to content

Commit

Permalink
Merge pull request #231 from P403n1x87/ci/bump-macos-gcc-version
Browse files Browse the repository at this point in the history
ci: bump macos gcc version
  • Loading branch information
P403n1x87 authored Sep 1, 2024
2 parents 4559915 + 20a758c commit 1395f71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
sed -i "" "s/$PREV_VERSION/$VERSION/g" src/austin.h
echo "::set-output name=version::$VERSION"
gcc-11 -Wall -O3 -Os -o src/austin src/*.c
gcc-12 -Wall -O3 -Os -o src/austin src/*.c
pushd src
zip -r austin-${VERSION}-mac64.zip austin
Expand Down
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-11 -Wall -O3 -Os -o src/austin src/*.c
gcc-12 -Wall -O3 -Os -o src/austin src/*.c
pushd src
zip -r austin-${VERSION}-mac64.zip austin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
- uses: actions/checkout@v3

- name: Compile Austin
run: gcc-11 -Wall -Werror -O3 -g src/*.c -o src/austin
run: gcc-12 -Wall -Werror -O3 -g src/*.c -o src/austin

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1395f71

Please sign in to comment.