Skip to content

Commit

Permalink
Use gcc13 to compile on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Aug 11, 2023
1 parent 5415b24 commit ddde239
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: "11.0"
CONFIGURE_EXTRAS: ""
OS: "osx"
CXX: "g++-13"
CC: "gcc-13"
defaults:
run:
shell: bash
steps:
- name: Brew install ninja
run: brew install ninja
- name: Brew install ninja / gcc13
run: brew install ninja gcc@13
- uses: actions/checkout@v3
- name: Build script
run: ./build.sh
Expand Down

0 comments on commit ddde239

Please sign in to comment.