From 3065ac6e2833d816df4d917ac7a777847644cdf9 Mon Sep 17 00:00:00 2001 From: panickal-xmos Date: Wed, 18 Sep 2024 09:52:17 +0100 Subject: [PATCH] Update url --- .github/workflows/release-beta.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 7e3546578..7a5b59d19 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -8,8 +8,8 @@ on: - develop env: BAZEL_CACHE_URL: https://storage.googleapis.com/bazel_remote_cache_0/gh_actions - 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.com/download/Tools-15---Linux-64(15_3_0).tgz jobs: build-release-archive: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec49db26d..26ca05326 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,8 @@ on: env: TAG_VERSION: ${{ github.event.inputs.version == 0 && github.ref_name || github.event.inputs.version }} BAZEL_CACHE_URL: https://storage.googleapis.com/bazel_remote_cache_0/gh_actions - 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.com/download/Tools-15---Linux-64(15_3_0).tgz jobs: