Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingyong committed May 17, 2023
1 parent 2598fd1 commit 816a2cc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build_xenorig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -66,7 +66,7 @@ jobs:
Xenorig:
arch: win-x64

- os: windows-2022
- os: windows-latest
arch: x86
install: ""
output_folder: Xenorig-windows-x86
Expand All @@ -81,7 +81,7 @@ jobs:
Xenorig:
arch: win-x86

- os: ubuntu-20.04
- os: ubuntu-latest
arch: x64
install: >-
cmake
Expand All @@ -96,7 +96,7 @@ jobs:
Xenorig:
arch: linux-x64

- os: ubuntu-20.04
- os: ubuntu-latest
arch: arm
install: >-
cmake
Expand All @@ -111,7 +111,7 @@ jobs:
Xenorig:
arch: linux-arm

- os: ubuntu-20.04
- os: ubuntu-latest
arch: arm64
install: >-
cmake
Expand All @@ -126,7 +126,7 @@ jobs:
Xenorig:
arch: linux-arm64

- os: macos-11
- os: macos-latest
arch: x64
install: >-
ninja
Expand Down Expand Up @@ -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/')

Expand Down
10 changes: 3 additions & 7 deletions RELEASE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 816a2cc

Please sign in to comment.