diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6a253e1a..e7a63507 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -8,7 +8,7 @@ on: branches: [main] jobs: - ubuntu: + macos: name: macOS ${{ matrix.version }} (${{ matrix.compiler }}) strategy: fail-fast: false @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | - brew upgrade + brew update brew install boost boost-python3 help2man - name: Build and check