From 0bfe4baa63290e428fa3284bc82c5944f71c3085 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 11 Sep 2022 16:04:15 +0100 Subject: [PATCH] Attempt to fix clang CI error --- .github/workflows/clang.yml | 2 +- include/etl/platform.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clang.yml b/.github/workflows/clang.yml index 939d5b98..1a278584 100644 --- a/.github/workflows/clang.yml +++ b/.github/workflows/clang.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-10.15] + os: [macos-11] steps: - uses: actions/checkout@v2 diff --git a/include/etl/platform.h b/include/etl/platform.h index 770090d1..6c21e285 100644 --- a/include/etl/platform.h +++ b/include/etl/platform.h @@ -31,6 +31,7 @@ SOFTWARE. #ifndef ETL_PLATFORM_INCLUDED #define ETL_PLATFORM_INCLUDED +#include #include #include