Skip to content

Commit

Permalink
ujpd
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 20, 2023
1 parent 93c2235 commit 6eaf558
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-soroban-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
with:
arch: amd64
tag: soroban-dev-amd64
core_ref: v20.0.0
xdr_ref: v20.0.2
core_ref: v20.0.2
core_supports_enable_soroban_diagnostic_events: "true"
go_ref: horizon-v2.27.0
xdr_ref: v20.0.1
soroban_tools_ref: v20.0.2
test_matrix: |
{
Expand All @@ -54,11 +54,11 @@ jobs:
with:
arch: arm64
tag: soroban-dev-arm64
core_ref: v20.0.0
xdr_ref: v20.0.2
core_ref: v20.0.2
core_supports_enable_soroban_diagnostic_events: "true"
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0
xdr_ref: v20.0.1
soroban_tools_ref: v20.0.2
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
test_matrix: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
with:
arch: amd64
tag: testing-amd64
core_ref: v20.0.1
xdr_ref: v20.0.2
core_ref: v20.0.2
core_supports_enable_soroban_diagnostic_events: "true"
go_ref: horizon-v2.27.0
xdr_ref: v20.0.1
soroban_tools_ref: v20.0.2
test_matrix: |
{
Expand All @@ -59,11 +59,11 @@ jobs:
with:
arch: arm64
tag: testing-arm64
core_ref: v20.0.1
xdr_ref: v20.0.2
core_ref: v20.0.2
core_supports_enable_soroban_diagnostic_events: "true"
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0
xdr_ref: v20.0.1
soroban_tools_ref: v20.0.2
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
test_matrix: |
Expand Down

0 comments on commit 6eaf558

Please sign in to comment.