Skip to content

Commit

Permalink
RELNOTES.md, .github/workflows/release.yaml: build eac3to-wrapper wit…
Browse files Browse the repository at this point in the history
…h Go 1.17

Signed-off-by: akarin <i@akarin.info>
  • Loading branch information
AkarinVS committed Nov 30, 2021
1 parent 593fecc commit d82fd72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'

- name: Navigate to Workspace
run: cd $GITHUB_WORKSPACE
Expand Down
1 change: 1 addition & 0 deletions RELNOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- If "跳过Numa检测" is set, do not set numa node when starting vspipe and encoder.
- Also change the affinity mask from (1<<28)-1 to (1<<64)-1 to avoid wasting CPUs.
- Updated eac3to-wrapper to v1.2 (built with Go 1.17).
- The window title is still "The Protagonist Returns".

# v7.2.4 "The Protagonist Returns", again!
Expand Down

0 comments on commit d82fd72

Please sign in to comment.