Skip to content

Commit f0bac68

Browse files
committed
Update macos ci job for macos-26
1 parent c68919d commit f0bac68

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/boxes.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)