From 816a2cc0e6485c04bc8b11364caaead29ced9cfd Mon Sep 17 00:00:00 2001 From: Yong Jian Ming Date: Wed, 17 May 2023 16:33:57 +0800 Subject: [PATCH] Update template --- .github/workflows/build_xenorig.yml | 28 ++++++++++++++-------------- RELEASE_TEMPLATE.md | 10 +++------- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build_xenorig.yml b/.github/workflows/build_xenorig.yml index 9925dfc..4e65ce4 100644 --- a/.github/workflows/build_xenorig.yml +++ b/.github/workflows/build_xenorig.yml @@ -35,23 +35,23 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2022, ubuntu-20.04, macos-11] + os: [windows-latest, ubuntu-latest, macos-latest] arch: [x64, x86, arm, arm64] exclude: - - os: windows-2022 + - os: windows-latest arch: arm - - os: windows-2022 + - os: windows-latest arch: arm64 - - os: ubuntu-20.04 + - os: ubuntu-latest arch: x86 - - os: macos-11 + - os: macos-latest arch: x86 - - os: macos-11 + - os: macos-latest arch: arm - - os: macos-11 + - os: macos-latest arch: arm64 include: - - os: windows-2022 + - os: windows-latest arch: x64 install: "" output_folder: Xenorig-windows-x64 @@ -66,7 +66,7 @@ jobs: Xenorig: arch: win-x64 - - os: windows-2022 + - os: windows-latest arch: x86 install: "" output_folder: Xenorig-windows-x86 @@ -81,7 +81,7 @@ jobs: Xenorig: arch: win-x86 - - os: ubuntu-20.04 + - os: ubuntu-latest arch: x64 install: >- cmake @@ -96,7 +96,7 @@ jobs: Xenorig: arch: linux-x64 - - os: ubuntu-20.04 + - os: ubuntu-latest arch: arm install: >- cmake @@ -111,7 +111,7 @@ jobs: Xenorig: arch: linux-arm - - os: ubuntu-20.04 + - os: ubuntu-latest arch: arm64 install: >- cmake @@ -126,7 +126,7 @@ jobs: Xenorig: arch: linux-arm64 - - os: macos-11 + - os: macos-latest arch: x64 install: >- ninja @@ -256,7 +256,7 @@ jobs: deploy_Xenorig: name: Deploy Xenorig - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: [build_Xenorig] if: startsWith(github.ref, 'refs/tags/') diff --git a/RELEASE_TEMPLATE.md b/RELEASE_TEMPLATE.md index 1420331..4fbb2ac 100644 --- a/RELEASE_TEMPLATE.md +++ b/RELEASE_TEMPLATE.md @@ -1,12 +1,8 @@ -Change Logs from v1.0.5.0 +Change Logs from v1.0.6.0 -- Fixed a bug where it generate the wrong easy block numbers. -- Fixed network issues. Now it would reconnect properly. -- Fixed thread affinity issues. -- Added easy block only options. -- Added xenophyte bias randomizer. +- Fixed a bug where the orphan blocks are duplicated when multiple threads submit the same block. -Update classification: mandatory +Update classification: optional / ~~mandatory~~ Algorithm Supported: - Xenophyte_Centralized_Solo