We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1cc73 commit 7910429Copy full SHA for 7910429
.github/workflows/ccpp.yml
@@ -51,7 +51,7 @@ jobs:
51
build-macos-current:
52
strategy:
53
matrix:
54
- runs-on: [macos-latest]
+ runs-on: [macos-15, macos-15-intel]
55
runs-on: ${{ matrix.runs-on }}
56
steps:
57
- uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
66
- name: brew
67
run: |
68
brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg libmagic nlohmann-json cli11 boost glfw3 md4c ninja python freetype2 mbedtls
69
- brew link boost
+ ls -l /usr/local/include
70
brew upgrade
71
- name: make
72
run: gmake -C fluxengine
0 commit comments