Attempt to fix clang CI error

This commit is contained in:
John Wellbelove 2022-09-11 16:04:15 +01:00
parent 23be4cfd02
commit 0bfe4baa63
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-10.15]
os: [macos-11]
steps:
- uses: actions/checkout@v2

View File

@ -31,6 +31,7 @@ SOFTWARE.
#ifndef ETL_PLATFORM_INCLUDED
#define ETL_PLATFORM_INCLUDED
#include <stddef.h>
#include <stdint.h>
#include <limits.h>