File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,20 +53,20 @@ jobs:
5353 parallel : true
5454
5555 build-macos :
56- runs-on : macos-13
56+ runs-on : macos-26
5757 env :
58- BX_LEX : /usr/local /opt/flex/bin/flex
59- BX_YACC : /usr/local /opt/bison/bin/bison
58+ BX_LEX : /opt/homebrew /opt/flex/bin/flex
59+ BX_YACC : /opt/homebrew /opt/bison/bin/bison
6060 steps :
6161 - uses : actions/checkout@v6
6262
6363 # We need to use GNU grep, sed, and xargs on macOS
6464 - name : add-packages
6565 run : |
6666 brew install flex bison diffutils lcov cmocka grep gnu-sed findutils
67- echo '/usr/local /opt/grep/libexec/gnubin' >> $GITHUB_PATH
68- echo '/usr/local /opt/gnu-sed/libexec/gnubin' >> $GITHUB_PATH
69- echo '/usr/local /opt/findutils/libexec/gnubin' >> $GITHUB_PATH
67+ echo '/opt/homebrew /opt/grep/libexec/gnubin' >> $GITHUB_PATH
68+ echo '/opt/homebrew /opt/gnu-sed/libexec/gnubin' >> $GITHUB_PATH
69+ echo '/opt/homebrew /opt/findutils/libexec/gnubin' >> $GITHUB_PATH
7070
7171 - name : make cov
7272 run : make cov
You can’t perform that action at this time.
0 commit comments