Skip to content

Commit a04f58e

Browse files
committed
[ci] MacOS: Install GCC from homebrew
1 parent 7b75683 commit a04f58e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ jobs:
77
runs-on: macos-13
88

99
steps:
10-
# update Xcode version to fix linker bug
11-
# - uses: maxim-lobanov/setup-xcode@v1
12-
# with:
13-
# xcode-version: '14.2'
1410

1511
- name: Setup environment - Brew tap
1612
run: |
@@ -21,7 +17,8 @@ jobs:
2117
run: |
2218
export HOMEBREW_NO_INSTALL_CLEANUP=1 # saves time
2319
brew update
24-
brew install doxygen boost gcc avr-gcc@12 arm-gcc-bin@12 cmake || true
20+
brew unlink gcc
21+
brew install doxygen boost gcc@12 avr-gcc@12 arm-gcc-bin@12 cmake || true
2522
brew link --force avr-gcc@12
2623
# brew upgrade boost gcc git || true
2724
@@ -60,11 +57,6 @@ jobs:
6057
with:
6158
submodules: 'recursive'
6259

63-
- name: Update lbuild
64-
if: always()
65-
run: |
66-
pip3 install --upgrade --user --upgrade-strategy=eager modm
67-
6860
- name: Hosted Unittests
6961
if: always()
7062
run: |

0 commit comments

Comments
 (0)