From 7c4fa543775966e3b2065f4e797f2653f5aabfa6 Mon Sep 17 00:00:00 2001 From: Brad Campbell Date: Wed, 22 Nov 2023 16:37:21 -0500 Subject: [PATCH] try CI gcc 10.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff6a74422..769025fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: submodules: recursive - uses: carlosperate/arm-none-eabi-gcc-action@v1 with: - release: '13.2.Rel1' # The arm-none-eabi-gcc release to use. + release: '10.3-2021.07' # The arm-none-eabi-gcc release to use. - name: setup-riscv-toolchain run: sudo apt-get install -y gcc-riscv64-unknown-elf - name: ci-build