Skip to content

Commit

Permalink
Fix MacOS CI build by staying on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed May 5, 2024
1 parent d723db3 commit 13c5ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/boxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
parallel: true

build-macos:
runs-on: macos-latest
runs-on: macos-13
env:
BX_LEX: /usr/local/opt/flex/bin/flex
BX_YACC: /usr/local/opt/bison/bin/bison
Expand Down

0 comments on commit 13c5ef8

Please sign in to comment.