mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
Fix MacOS CI build by staying on macos-13
This commit is contained in:
parent
d723db3144
commit
13c5ef8e43
2
.github/workflows/boxes.yml
vendored
2
.github/workflows/boxes.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
parallel: true
|
parallel: true
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-13
|
||||||
env:
|
env:
|
||||||
BX_LEX: /usr/local/opt/flex/bin/flex
|
BX_LEX: /usr/local/opt/flex/bin/flex
|
||||||
BX_YACC: /usr/local/opt/bison/bin/bison
|
BX_YACC: /usr/local/opt/bison/bin/bison
|
||||||
|
Loading…
Reference in New Issue
Block a user