Skip to content

Commit

Permalink
Update CI/make to use protocol 21, now that all the deps should suppo…
Browse files Browse the repository at this point in the history
…rt it. (#597)
  • Loading branch information
dmkozh authored Apr 25, 2024
1 parent 8ac1206 commit e98879b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sha: ${{ inputs.sha }}
arch: amd64
tag: ${{ inputs.tag-prefix }}testing-amd64
protocol_version_default: 20
protocol_version_default: 21
xdr_ref: v21.0.0
core_ref: v21.0.0rc1
go_ref: horizon-v2.30.0
Expand All @@ -56,7 +56,7 @@ jobs:
sha: ${{ inputs.sha }}
arch: arm64
tag: ${{ inputs.tag-prefix }}testing-arm64
protocol_version_default: 20
protocol_version_default: 21
xdr_ref: v21.0.0
core_ref: v21.0.0rc1
core_build_runner_type: ubuntu-latest-16-cores
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build-latest:

build-testing:
$(MAKE) build TAG=testing \
PROTOCOL_VERSION_DEFAULT=20 \
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v21.0.0 \
CORE_REF=v21.0.0rc1 \
HORIZON_REF=horizon-v2.30.0 \
Expand Down

0 comments on commit e98879b

Please sign in to comment.