diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f9a54e21c4..e5a9051ea0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,6 +7,9 @@ jobs: runs-on: macos-13 steps: + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '15.2' - name: Setup environment - Brew tap run: | diff --git a/src/modm/platform/dac/stm32/dac_dma.hpp.in b/src/modm/platform/dac/stm32/dac_dma.hpp.in index a2af4e65eb..790ab1a247 100644 --- a/src/modm/platform/dac/stm32/dac_dma.hpp.in +++ b/src/modm/platform/dac/stm32/dac_dma.hpp.in @@ -17,7 +17,7 @@ #include #include #include -#include +#include namespace modm::platform {