This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 418287bc7 ci: Add GCC 13.2 to compilers test build workflow
418287bc7 is described below

commit 418287bc7605b0d184cdea025a40f56aa82fff94
Author: Szymon Janc <[email protected]>
AuthorDate: Tue Feb 6 16:03:33 2024 +0100

    ci: Add GCC 13.2 to compilers test build workflow
    
    This will test code with latest version of ARM GCC.
---
 .github/workflows/build_cc_target.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_cc_target.yml 
b/.github/workflows/build_cc_target.yml
index d2ea5de7a..2adddbe21 100644
--- a/.github/workflows/build_cc_target.yml
+++ b/.github/workflows/build_cc_target.yml
@@ -28,14 +28,14 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest]
-        gcc: ['12.2.Rel1', '11.3.Rel1', '10.3-2021.10', '9-2020-q2', 
'8-2019-q3']
+        gcc: ['13.2.Rel1', '12.2.Rel1', '11.3.Rel1', '10.3-2021.10', 
'9-2020-q2', '8-2019-q3']
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v3
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: 
carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+      - uses: carlosperate/[email protected]
         with:
           release: ${{ matrix.gcc }}
       - name: Install newt

Reply via email to