From 3ccf0142e25417cfba3a2329218528d1518fdb0f Mon Sep 17 00:00:00 2001 From: panickal-xmos Date: Tue, 17 Sep 2024 18:57:55 +0100 Subject: [PATCH] Update tools version --- .github/workflows/build-xcore-archive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-xcore-archive.yml b/.github/workflows/build-xcore-archive.yml index c09a15819..dc18e9d1c 100644 --- a/.github/workflows/build-xcore-archive.yml +++ b/.github/workflows/build-xcore-archive.yml @@ -12,8 +12,8 @@ on: # tag version might be a branch name or commit hash env: TAG_VERSION: ${{ github.event.inputs.version }} - TOOLS_VERSION: 15.2.1 - TOOLS_LINK: https://www.xmos.ai/download/Tools-15---Linux-64(15_2_1).tgz + TOOLS_VERSION: 15.3.0 + TOOLS_LINK: https://www.xmos.ai/download/Tools-15---Linux-64(15_3_0).tgz jobs: build-release-archive: