Skip to content

Commit

Permalink
try gcc-13 for macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Nov 1, 2023
1 parent 0108ea6 commit def7518
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 @@ -37,7 +37,7 @@ jobs:

- name: Build macos
run: |
CC=gcc-9 cargo build --verbose --release
CC=gcc-13 cargo build --verbose --release
cd target/release/
zip "${{github.workspace}}/ecoz2rs-macos.zip" ecoz2
Expand Down

0 comments on commit def7518

Please sign in to comment.