From 290112208f53eadc73dc3e2ee3b094a6ea16f844 Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Mon, 21 Oct 2024 15:29:15 +0100 Subject: [PATCH] build/1.81.0.0 --- .github/workflows/build-aarch64-apple-darwin.yaml | 6 +++--- .github/workflows/build-aarch64-unknown-linux-gnu.yaml | 6 +++--- .github/workflows/build-rust-src.yaml | 6 +++--- .github/workflows/build-x86_64-apple-darwin.yaml | 6 +++--- .github/workflows/build-x86_64-pc-windows-gnu.yaml | 6 +++--- .github/workflows/build-x86_64-pc-windows-msvc.yaml | 6 +++--- .github/workflows/build-x86_64-unknown-linux-gnu.yaml | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build-aarch64-apple-darwin.yaml b/.github/workflows/build-aarch64-apple-darwin.yaml index 323d3c0..fe463bd 100644 --- a/.github/workflows/build-aarch64-apple-darwin.yaml +++ b/.github/workflows/build-aarch64-apple-darwin.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.81.0.0' + default: '1.82.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)" required: true - default: "v1.81.0.0" + default: "v1.82.0.0" jobs: get_release: diff --git a/.github/workflows/build-aarch64-unknown-linux-gnu.yaml b/.github/workflows/build-aarch64-unknown-linux-gnu.yaml index dbfdc1f..d611458 100644 --- a/.github/workflows/build-aarch64-unknown-linux-gnu.yaml +++ b/.github/workflows/build-aarch64-unknown-linux-gnu.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.81.0.0' + default: '1.82.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)" required: true - default: "v1.81.0.0" + default: "v1.82.0.0" jobs: get_release: diff --git a/.github/workflows/build-rust-src.yaml b/.github/workflows/build-rust-src.yaml index 5d5e57d..5250980 100644 --- a/.github/workflows/build-rust-src.yaml +++ b/.github/workflows/build-rust-src.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.81.0.0' + default: '1.82.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)" required: true - default: "v1.81.0.0" + default: "v1.82.0.0" jobs: get_release: diff --git a/.github/workflows/build-x86_64-apple-darwin.yaml b/.github/workflows/build-x86_64-apple-darwin.yaml index 61c7a3d..73c4d7c 100644 --- a/.github/workflows/build-x86_64-apple-darwin.yaml +++ b/.github/workflows/build-x86_64-apple-darwin.yaml @@ -5,11 +5,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.81.0.0' + default: '1.82.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)" required: true - default: "v1.81.0.0" + default: "v1.82.0.0" jobs: get_release: diff --git a/.github/workflows/build-x86_64-pc-windows-gnu.yaml b/.github/workflows/build-x86_64-pc-windows-gnu.yaml index 8428030..9c3bf83 100644 --- a/.github/workflows/build-x86_64-pc-windows-gnu.yaml +++ b/.github/workflows/build-x86_64-pc-windows-gnu.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.81.0.0' + default: '1.82.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)" required: true - default: "v1.81.0.0" + default: "v1.82.0.0" jobs: get_release: diff --git a/.github/workflows/build-x86_64-pc-windows-msvc.yaml b/.github/workflows/build-x86_64-pc-windows-msvc.yaml index b730c56..abc41c5 100644 --- a/.github/workflows/build-x86_64-pc-windows-msvc.yaml +++ b/.github/workflows/build-x86_64-pc-windows-msvc.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.81.0.0' + default: '1.82.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)" required: true - default: "v1.81.0.0" + default: "v1.82.0.0" jobs: get_release: diff --git a/.github/workflows/build-x86_64-unknown-linux-gnu.yaml b/.github/workflows/build-x86_64-unknown-linux-gnu.yaml index 6ccfbec..22a9111 100644 --- a/.github/workflows/build-x86_64-unknown-linux-gnu.yaml +++ b/.github/workflows/build-x86_64-unknown-linux-gnu.yaml @@ -5,11 +5,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: "1.81.0.0" + default: "1.82.0.0" release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)" required: true - default: "v1.81.0.0" + default: "v1.82.0.0" jobs: get_release: