We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8d5a3 commit 7c7ba61Copy full SHA for 7c7ba61
1 file changed
.github/workflows/compile.yml
@@ -84,12 +84,12 @@ jobs:
84
run: test -z "$(git status --porcelain=v1)"
85
macOS:
86
name: macOS
87
- runs-on: macOS-13
+ runs-on: macOS-14
88
steps:
89
- name: Checkout code
90
uses: actions/checkout@v4
91
- name: Install software
92
- run: brew install automake
+ run: brew install automake libtool
93
- name: Run autoreconf
94
run: autoreconf -i
95
- name: Configure with clang
0 commit comments