Skip to content

Commit

Permalink
[ci] remove gcc refs on macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed May 23, 2024
1 parent ae62f5b commit 5ea9988
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 5ea9988

Please sign in to comment.