Skip to content

Commit

Permalink
Merge pull request TESSEorg#285 from TESSEorg/284-macos-ci-broken
Browse files Browse the repository at this point in the history
[ci] remove gcc refs on macos runner
  • Loading branch information
devreal authored May 23, 2024
2 parents ae62f5b + 5ea9988 commit 8a00cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install prerequisite MacOS packages
if: ${{ matrix.os == 'macos-latest' }}
run: brew install ninja gcc@10 boost eigen open-mpi bison ccache
run: brew install ninja boost eigen open-mpi bison ccache

- name: Install prerequisites Ubuntu packages
if: ${{ matrix.os == 'ubuntu-22.04' }}
Expand Down

0 comments on commit 8a00cff

Please sign in to comment.