Remove apple silicon esp-idf C++ package: the xtensa gcc also has issues on aarch64 oddly

This commit is contained in:
Simon Hausmann 2024-08-22 23:02:40 +02:00 committed by GitHub
parent 126d63f5f8
commit b61ddbfa8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ jobs:
strategy:
matrix:
target: [riscv32imafc-esp-espidf, riscv32imac-esp-espidf, riscv32imc-esp-espidf, xtensa-esp32s3-none-elf]
host: [ubuntu-22.04, windows-2022, macOS-12, macos-14]
host: [ubuntu-22.04, windows-2022, macOS-12]
runs-on: ${{ matrix.host }}
steps: