diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 279590b92..05965a600 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: macos: name: macOS (${{ matrix.backend }}) - runs-on: macos-12 + runs-on: macos-14 strategy: fail-fast: false matrix: @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 - name: Prepare run: | - brew install automake cppunit botan@2 + brew install automake libtool cppunit botan@2 - name: Build run: | ./autogen.sh